Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Bump packages and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph von Gellhorn committed Sep 8, 2017
1 parent f08bb3f commit 4fbe3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "path-replace-loader",
"version": "1.0.0",
"version": "2.0.0",
"description": "Path replace loader for webpack",
"main": "index.js",
"scripts": {
Expand All @@ -23,10 +23,10 @@
},
"homepage": "https://github.com/cvgellhorn/path-replace-loader#readme",
"dependencies": {
"loader-utils": "^0.2.14"
"loader-utils": "^1.1.0"
},
"devDependencies": {
"chalk": "^1.1.3",
"webpack": "^2.2.1"
"chalk": "^2.1.0",
"webpack": "^3.5.6"
}
}

0 comments on commit 4fbe3ca

Please sign in to comment.