Skip to content

Commit 76b1b5c

Browse files
committed
Fix: Missing production files...
1 parent ee0d544 commit 76b1b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "microservices-webpack-plugin",
33
"version": "2.0.2",
44
"description": "",
5-
"main": "index.js",
5+
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/morriq/microservices-webpack-plugin.git"
99
},
1010
"files": [
1111
"README.md",
12-
"index.js"
12+
"lib/index.js"
1313
],
1414
"keywords": [
1515
"webpack",

0 commit comments

Comments
 (0)