Skip to content

Commit 1d21d4b

Browse files
committed
v2.0.0
1 parent 7c6316a commit 1d21d4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-webpack-deploy-plugin",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "Add the ability to deploy assets from local files or node_modules packages",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
},
2121
"homepage": "https://github.com/jharris4/html-webpack-deploy-plugin#readme",
2222
"engines": {
23-
"node": ">=8"
24-
},
23+
"node": ">=8"
24+
},
2525
"main": "src/index.js",
2626
"files": [
2727
"src/index.js"
@@ -42,9 +42,9 @@
4242
"dir-compare": "^1.7.2",
4343
"find-up": "^3.0.0",
4444
"html-webpack-plugin": "^3.2.0",
45-
"mini-css-extract-plugin": "^0.6.0",
4645
"jasmine": "^3.4.0",
4746
"jasmine-expect": "^4.0.1",
47+
"mini-css-extract-plugin": "^0.6.0",
4848
"rimraf": "^2.6.3",
4949
"semistandard": "^13.0.1",
5050
"slash": "^2.0.0",

0 commit comments

Comments
 (0)