Skip to content

Commit

Permalink
Move dependencies to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
designmeme committed Apr 12, 2017
1 parent ae84a38 commit 75b276b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"get google fonts data": "node js/getGoogleFonts",
"process data": "node js/processData"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"fs": "0.0.1-security",
"request": "^2.81.0",
"yamljs": "^0.2.9"
},
"devDependencies": {}
}
}

0 comments on commit 75b276b

Please sign in to comment.