Skip to content

Commit

Permalink
chore(dependencies): Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 28, 2017
1 parent bc73650 commit d5bfc8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const rollup = require('rollup')
const commonjs = require('rollup-plugin-commonjs')
const babel = require('rollup-plugin-babel')

rollup
Expand All @@ -14,7 +13,6 @@ rollup
'ramda/src/forEach'
],
plugins: [
commonjs(),
babel({
presets: [
[
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,17 @@
"istanbul": "^0.4.5",
"lint-staged": "^3.5.0",
"mocha": "^3.4.2",
"prettier-eslint-cli": "^3.6.1",
"prettier-standard": "^5.0.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"semantic-release": "^6.3.6",
"sinon": "^2.3.2",
"standard": "^10.0.2",
"validate-commit-msg": "^2.12.1"
},
"scripts": {
"test": "node build && mocha",
"lint": "standard",
"lint": "prettier-standard *.js src/**/*.js test/**/*.js",
"semantic-release": "npm install && node build && semantic-release pre && npm publish && semantic-release post",
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
Expand Down

0 comments on commit d5bfc8d

Please sign in to comment.