Skip to content

Commit

Permalink
Move some dev dependencies out of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ratcliff committed Jan 4, 2019
1 parent c59a62f commit 219d893
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 @@ -18,23 +18,23 @@
"node": ">=0.8.0"
},
"dependencies": {
"@babel/plugin-transform-modules-amd": "^7.2.0",
"broccoli-babel-transpiler": "^7.1.1",
"broccoli-pegjs-import": "^0.0.2",
"handlebars": ">=2.0.0",
"optimist": "^0.3.7"
},
"devDependencies": {
"@babel/plugin-transform-modules-amd": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@invisible/pegjs-import": "^1.1.1",
"StringScanner": "~0.0.3",
"babel-preset-minify": "^0.5.0",
"broccoli": "^2.0.1",
"broccoli-babel-transpiler": "^7.1.1",
"broccoli-concat": "3.7.3",
"broccoli-filter": "^1.3.0",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.2",
"broccoli-pegjs-import": "^0.0.2",
"broccoli-replace": "~0.12.0",
"broccoli-rollup": "^2.1.1",
"broccoli-stew": "^2.0.1",
Expand Down

0 comments on commit 219d893

Please sign in to comment.