Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 88d220f

Browse files
committed
Updated devDependencies to use caret ranges.
1 parent 3734b9c commit 88d220f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "0.0.5",
55
"main": "iknowishouldnt.js",
66
"devDependencies": {
7-
"@neogeek/eslint-config-standards": "1.15.0",
8-
"eslint": "3.18.0",
9-
"mocha": "3.2.0"
7+
"@neogeek/eslint-config-standards": "^1.15.0",
8+
"eslint": "^3.18.0",
9+
"mocha": "^3.2.0"
1010
},
1111
"scripts": {
1212
"test": "eslint iknowishouldnt.js test/ && mocha test/**/*.js"

0 commit comments

Comments
 (0)