Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
TASK: Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Jun 10, 2017
1 parent f832976 commit 45b4b62
Show file tree
Hide file tree
Showing 4 changed files with 2,844 additions and 14 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"presets": ["es2015-rollup"]
"presets": [
["es2015", { "modules": false }]
],
"plugins": [
"external-helpers"
]
}
10 changes: 0 additions & 10 deletions npm-shrinkwrap.json

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
"@inkdpixels/commit-analyzer": "^1.0.0",
"@inkdpixels/release-notes-generator": "^1.0.0",
"babel-eslint": "^5.0.0-beta6",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"eslint": "^1.10.3",
"mocha": "^2.3.4",
"mocha-sinon": "^1.1.5",
"rollup": "^0.24.1",
"rollup-plugin-babel": "^2.3.9",
"rollup": "^0.42.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-multi-entry": "^1.1.0",
"semantic-release": "^4.3.5",
"sinon": "^1.17.3",
Expand Down
Loading

0 comments on commit 45b4b62

Please sign in to comment.