Skip to content

Commit

Permalink
Removed some unused dependencies and moved some dependencies to dev-d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
lindell committed Apr 20, 2016
1 parent a27d1f3 commit b49675e
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,28 @@
"babel-core": "^6.7.5",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-classes": "^6.6.5",
"babel-plugin-transform-proto-to-assign": "^6.6.5",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-ie": "^6.6.2",
"babel-preset-es2015-loose": "^7.0.0",
"blanket": "^1.2.2",
"conventional-github-releaser": "^1.1.1",
"coveralls": "^2.11.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.0.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-git": "^1.7.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-webpack": "^1.5.0",
"mocha": "1.21.0 - 2.4.5",
"mocha-lcov-reporter": "^1.2.0",
"publish-release": "^1.2.0",
"run-sequence": "^1.1.5",
"webpack": "^2.1.0-beta.5",
"webpack-stream": "^3.1.0"
"webpack-stream": "^3.1.0",
"blanket": "^1.2.3",
"gulp-bump": "^2.1.0",
"gulp-git": "^1.7.1"
},
"config": {
"blanket": {
Expand All @@ -82,12 +79,7 @@
}
},
"dependencies": {
"blanket": "^1.2.3",
"canvas": "^1.0.0",
"canvas-browserify": ">=1.1.3",
"commander": ">=2.8.0",
"coveralls": "^2.11.9",
"gulp-bump": "^2.1.0",
"gulp-git": "^1.7.1"
"commander": ">=2.8.0"
}
}

0 comments on commit b49675e

Please sign in to comment.