Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit f50b13f

Browse files
author
Johannes Kronmueller
committed
fix - Fix issue with ajv being a devDependency
1 parent 9ce5032 commit f50b13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"webpack": "^2.2.0"
1111
},
1212
"dependencies": {
13+
"ajv": "^4.11.2",
1314
"async": "^2.1.2",
1415
"loader-utils": "^0.2.16",
1516
"webpack-sources": "^0.1.0"
1617
},
1718
"devDependencies": {
18-
"ajv": "^4.11.2",
1919
"codecov.io": "^0.1.2",
2020
"coveralls": "^2.11.2",
2121
"css-loader": "^0.26.1",

0 commit comments

Comments
 (0)