Skip to content

Commit

Permalink
Add babel-polyfill to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinresearch committed Dec 15, 2015
1 parent 5c698c6 commit 6c1000b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "addons-linter",
"version": "0.0.10",
"version": "0.0.11",
"description": "Mozilla Add-ons Linter",
"main": "dist/addons-linter.js",
"bin": {
Expand Down Expand Up @@ -28,7 +28,6 @@
"babel-loader": "6.2.0",
"babel-plugin-transform-class-properties": "6.0.14",
"babel-plugin-transform-es2015-modules-commonjs": "6.1.3",
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.1.2",
"babel-preset-stage-2": "6.1.2",
"chai": "3.4.1",
Expand Down Expand Up @@ -56,6 +55,7 @@
"webpack-dev-server": "1.14.0"
},
"dependencies": {
"babel-polyfill": "6.3.14",
"bunyan": "1.5.1",
"chalk": "1.1.1",
"cheerio": "0.19.0",
Expand Down

0 comments on commit 6c1000b

Please sign in to comment.