aboutsummaryrefslogtreecommitdiff
path: root/node_modules/indent-string/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/indent-string/package.json')
-rw-r--r--node_modules/indent-string/package.json12
1 files changed, 5 insertions, 7 deletions
diff --git a/node_modules/indent-string/package.json b/node_modules/indent-string/package.json
index 0e7d28cb2..d63feaa3a 100644
--- a/node_modules/indent-string/package.json
+++ b/node_modules/indent-string/package.json
@@ -1,6 +1,6 @@
{
"name": "indent-string",
- "version": "2.1.0",
+ "version": "3.1.0",
"description": "Indent each line in a string",
"license": "MIT",
"repository": "sindresorhus/indent-string",
@@ -10,10 +10,10 @@
"url": "sindresorhus.com"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
},
"scripts": {
- "test": "mocha"
+ "test": "xo && ava"
},
"files": [
"index.js"
@@ -27,10 +27,8 @@
"line",
"text"
],
- "dependencies": {
- "repeating": "^2.0.0"
- },
"devDependencies": {
- "mocha": "*"
+ "ava": "*",
+ "xo": "*"
}
}