Skip to content

Commit a345f9d

Browse files
committed
Updated deps
1 parent fc4e8b8 commit a345f9d

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
@@ -15,16 +15,16 @@
1515
"babel-eslint": "^6.1.1",
1616
"babel-plugin-import-auto-name": "^0.1.0",
1717
"babel-plugin-module-alias": "^1.2.0",
18-
"babel-plugin-transform-isnil": "0.0.3",
18+
"babel-plugin-transform-isnil": "0.0.5",
1919
"babel-preset-es2016-node5": "^1.1.2",
2020
"babel-preset-stage-1": "^6.5.0",
2121
"eslint": "^2.13.1",
2222
"eslint-config-grind": "^1.0.1",
2323
"eslint-plugin-grind": "^1.1.0",
2424
"eslint-plugin-import-auto-name": "^1.0.1",
25-
"nodemon": "^1.9.2"
25+
"nodemon": "^1.10.0"
2626
},
2727
"engines": {
28-
"node": "5.*"
28+
"node": ">=5.10 <7.0"
2929
}
3030
}

0 commit comments

Comments
 (0)