mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 17:15:24 +02:00
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:
parent
8c3966ed48
commit
135730b662
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue