Skip to content

Commit f3ac0ca

Browse files
committed
Update dependencies
1 parent 5f77037 commit f3ac0ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"lint": "eslint --ignore-pattern example .",
18-
"test": "npm run -s lint && ava --verbose",
18+
"test": "npm run lint && ava --verbose",
1919
"bump:patch": "npm version patch -m \"v%s\"",
2020
"bump:minor": "npm version minor -m \"v%s\"",
2121
"bump": "npm run bump:patch",
@@ -31,15 +31,15 @@
3131
"replace"
3232
],
3333
"dependencies": {
34-
"lodash.escaperegexp": "^4.0.2",
35-
"lodash.flatten": "^4.1.0",
34+
"lodash.escaperegexp": "^4.1.1",
35+
"lodash.flatten": "^4.2.0",
3636
"lodash.isarray": "^4.0.0",
3737
"lodash.isregexp": "^3.0.5",
3838
"lodash.isstring": "^4.0.1"
3939
},
4040
"devDependencies": {
41-
"ava": "^0.11.0",
42-
"eslint": "^1.10.3",
43-
"eslint-config-airbnb": "^4.0.0"
41+
"ava": "^0.14.0",
42+
"eslint": "^2.8.0",
43+
"eslint-config-airbnb": "^7.0.0"
4444
}
4545
}

0 commit comments

Comments
 (0)