Skip to content

Commit 70d92d7

Browse files
committed
0.4.1 postinstall fix
1 parent 69e1e1b commit 70d92d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"main": "index.js",
66
"dependencies": {
@@ -22,8 +22,7 @@
2222
"tsc": "tsc",
2323
"tsc:w": "tsc -w",
2424
"lite": "lite-server",
25-
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
26-
"postinstall": "tsc"
25+
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
2726
},
2827
"author": {
2928
"name": "sanex3339"

0 commit comments

Comments
 (0)