Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianS90 committed Dec 28, 2018
1 parent e79d6dd commit 13ffc63
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
39 changes: 27 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-polyfill-injector",
"version": "2.0.2",
"version": "3.0.0",
"description": "Webpack plugin to automatically inject polyfills into your bundle",
"keywords": [
"webpack",
Expand All @@ -19,11 +19,8 @@
"eslint": "eslint --color --format codeframe .",
"coveralls": "nyc mocha && nyc report --reporter=text-lcov | coveralls"
},
"engines": {
"node": ">=7.6"
},
"dependencies": {
"loader-utils": "^1.0.2",
"loader-utils": "^1.2.3",
"polyfill-library": "^3.27.0",
"webpack-sources": "^1.0.0"
},
Expand All @@ -35,7 +32,7 @@
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^5.11.0",
"eslint": "^5.11.1",
"eslint-plugin-import": "^2.8.0",
"jsdom": "^13.1.0",
"lodash": "^4.17.4",
Expand Down

0 comments on commit 13ffc63

Please sign in to comment.