Skip to content

Commit

Permalink
MAINT: fixating webpack dependencies due to bug webpack/webpack-cli#962
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowan24 committed Jul 1, 2019
1 parent 9393f91 commit c765984
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
Expand Up @@ -52,8 +52,8 @@
"ts-jest": "^24.0.2",
"ts-node": "^8.2.0",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
"webpack": "4.32.2",
"webpack-cli": "3.3.2"
},
"typings": "./dist/index.d.ts"
}

0 comments on commit c765984

Please sign in to comment.