Skip to content

Commit

Permalink
build: Cleanup package.json. (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbuso committed Jan 3, 2018
1 parent 9b25179 commit cf0e75e
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 @@ -41,6 +41,8 @@
"videojs-contrib-ads": "~5.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"child_process": "^1.0.2",
"chromedriver": "^2.33.2",
"conventional-changelog-cli": "^1.3.5",
Expand All @@ -55,12 +57,10 @@
"path": "^0.12.7",
"rimraf": "^2.6.2",
"rollup": "^0.51.8",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-babel": "^3.0.3",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"selenium-webdriver": "^3.6.0",
"uglify-es": "^3.1.10",
"watch": "^1.0.2"
Expand Down

0 comments on commit cf0e75e

Please sign in to comment.