1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

add ava as a devDependencies for npm@2.x

This commit is contained in:
nkzawa 2016-11-06 14:47:13 +09:00
parent fe9e72ac16
commit 027622f646

View file

@ -74,6 +74,7 @@
"write-file-webpack-plugin": "3.3.0" "write-file-webpack-plugin": "3.3.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "0.16.0",
"babel-eslint": "7.0.0", "babel-eslint": "7.0.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2", "babel-plugin-transform-remove-strict-mode": "0.0.2",
"benchmark": "2.1.1", "benchmark": "2.1.1",