Move NPM dependencies to devDependencies.

This commit is contained in:
Christopher Charbonneau Wells 2018-10-08 06:31:33 -07:00
parent 1a10916ea4
commit 6142f6b74c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://github.com/cdubz/babybuddy.git" "url": "https://github.com/cdubz/babybuddy.git"
}, },
"dependencies": { "devDependencies": {
"bootstrap": "4.1.3", "bootstrap": "4.1.3",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"gulp": "^4.0.0", "gulp": "^4.0.0",