Skip to content

Commit

Permalink
Update all dependencies & add .babelrc & @babel/preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jun 21, 2018
1 parent daee303 commit 66d1919
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .babelrc
@@ -0,0 +1,3 @@
{
"presets": [ "@babel/preset-env" ]
}
21 changes: 11 additions & 10 deletions package.json
Expand Up @@ -34,24 +34,25 @@
"dist": "npm run test && npm run build && npm run minify"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.51",
"buble": "^0.19.3",
"cross-env": "^5.0.0",
"jscs": "^3.0.3",
"jshint": "^2.9.2",
"mocha": "^5.0.5",
"reify": "^0.15.1",
"rollup": "^0.57.1",
"cross-env": "^5.2.0",
"jscs": "^3.0.7",
"jshint": "^2.9.5",
"mocha": "^5.2.0",
"reify": "^0.16.2",
"rollup": "^0.61.1",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-license": "^0.6.0",
"rollup-plugin-node-resolve": "^3.0.0",
"uglify-js": "^3.3.10"
"rollup-plugin-node-resolve": "^3.3.0",
"uglify-js": "^3.4.1"
},
"browser": {
"fs": false
},
"dependencies": {
"string.prototype.codepointat": "^0.2.0",
"string.prototype.codepointat": "^0.2.1",
"tiny-inflate": "^1.0.2"
}
}

0 comments on commit 66d1919

Please sign in to comment.