Skip to content

Commit

Permalink
0.5.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgoddard committed Dec 10, 2017
1 parent 298f8bd commit 0d6ebb6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hard-source-webpack-plugin",
"version": "0.5.0-rc.5",
"version": "0.5.0-rc.6",
"description": "Hard cache the source of modules in webpack.",
"keywords": [
"webpack",
Expand All @@ -11,7 +11,10 @@
"plugin"
],
"main": "index.js",
"files": ["index.js", "lib"],
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/mzgoddard/hard-source-webpack-plugin"
Expand Down

0 comments on commit 0d6ebb6

Please sign in to comment.