Skip to content

Commit

Permalink
Merge pull request #166 from shankarsridhar/bootstrap-dev-deps
Browse files Browse the repository at this point in the history
Move bootstrap dependency from `dependencies` to `devDependencies`
  • Loading branch information
nlfurniss authored Jul 1, 2019
2 parents 6a6b72f + 0c380fd commit 34ab345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"test": "ember try:each"
},
"dependencies": {
"bootstrap": "3.4.1",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^1.2.0",
"deepmerge": "2.1.1",
Expand All @@ -32,6 +31,7 @@
"ember-copy": "^1.0.0"
},
"devDependencies": {
"bootstrap": "3.4.1",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "~3.0.2",
"ember-cli-app-version": "^2.0.0",
Expand Down

0 comments on commit 34ab345

Please sign in to comment.