Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frostney committed Sep 21, 2016
1 parent 97d02d1 commit dea225d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-babel-lib-bundler",
"version": "3.0.2",
"version": "3.1.0",
"description": "Utility to bundle JavaScript libraries with Rollup",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -32,24 +32,24 @@
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"coveralls": "^2.11.12",
"eslint": "^2.8.0",
"eslint-config-airbnb-base": "^5.0.0",
"eslint-plugin-import": "^1.12.0",
"mocha": "^2.5.3",
"nyc": "^7.1.0"
"coveralls": "^2.11.14",
"eslint": "^3.5.0",
"eslint-config-airbnb-base": "^7.1.0",
"eslint-plugin-import": "^1.15.0",
"mocha": "^3.0.2",
"nyc": "^8.3.0"
},
"dependencies": {
"camel-case": "^3.0.0",
"commander": "^2.9.0",
"object-assign": "^4.1.0",
"pinkie-promise": "^2.0.1",
"rollup": "^0.34.1",
"rollup": "^0.36.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-json": "^2.0.1",
"rollup-plugin-commonjs": "^5.0.4",
"rollup-plugin-json": "^2.0.2",
"rollup-plugin-local-resolve": "^1.0.3",
"rollup-plugin-node-resolve": "^1.7.1",
"which": "^1.2.10"
"rollup-plugin-node-resolve": "^2.0.0",
"which": "^1.2.11"
}
}

0 comments on commit dea225d

Please sign in to comment.