Browse Source

update deps

better-aggressive
Rich Harris 9 years ago
parent
commit
a4b5437925
  1. 9
      package.json

9
package.json

@ -40,7 +40,7 @@
"homepage": "https://github.com/rollup/rollup",
"devDependencies": {
"acorn": "^2.3.0",
"babel-core": "^5.8.25",
"babel-core": "^5.8.29",
"codecov.io": "^0.1.6",
"console-group": "^0.1.2",
"es6-promise": "^3.0.2",
@ -57,14 +57,13 @@
"remap-istanbul": "^0.3.1",
"rollup-plugin-replace": "^1.0.1",
"sander": "^0.4.0",
"source-map": "^0.5.1"
"source-map": "^0.5.3",
"sourcemap-codec": "^1.2.1"
},
"dependencies": {
"chalk": "^1.1.1",
"minimist": "^1.2.0",
"source-map-support": "^0.3.2",
"sourcemap-codec": "^1.2.1",
"vlq": "^0.2.1"
"source-map-support": "^0.3.2"
},
"files": [
"src",

Loading…
Cancel
Save