chore(deps): contributor-faces to devDepen

`contributor-faces` is a package to build `README.md`, not require in code so we need to change it from `dependencies` to `devDependencies`
This commit is contained in:
Hongarc 2019-04-10 11:20:25 +07:00 committed by GitHub
parent 8c3966ed48
commit 135730b662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"browserify": "^13.0.0", "browserify": "^13.0.0",
"contributor-faces": "^1.0.2",
"grunt": "^1.0.4", "grunt": "^1.0.4",
"grunt-browserify": "^4.0.1", "grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "~0.5.0", "grunt-contrib-clean": "~0.5.0",
@ -30,7 +31,6 @@
}, },
"dependencies": { "dependencies": {
"backbone": "~1.1.2", "backbone": "~1.1.2",
"contributor-faces": "^1.0.2",
"flux": "^2.0.1", "flux": "^2.0.1",
"markdown": "~0.4.0", "markdown": "~0.4.0",
"q": "~0.8.11", "q": "~0.8.11",