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