Skip to content

Commit

Permalink
v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jul 12, 2019
1 parent f05814c commit 441aa60
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "friendly-errors-webpack-plugin",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -30,7 +30,11 @@
"license": "MIT",
"jest": {
"testEnvironment": "node",
"transformIgnorePatterns": ["node_modules", "src", "index.js"]
"transformIgnorePatterns": [
"node_modules",
"src",
"index.js"
]
},
"peerDependencies": {
"webpack": "^4.0.0"
Expand All @@ -41,8 +45,8 @@
"autoprefixer": "^9.6.0",
"babel-core": "6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader-8": "npm:babel-loader@8.0.6",
"babel-loader-7": "npm:babel-loader@7.1.5",
"babel-loader-8": "npm:babel-loader@8.0.6",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
Expand Down

0 comments on commit 441aa60

Please # to comment.