We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e1e1b commit 70d92d7Copy full SHA for 70d92d7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpack-obfuscator",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "javascript-obfuscator plugin for Webpack",
5
"main": "index.js",
6
"dependencies": {
@@ -22,8 +22,7 @@
22
"tsc": "tsc",
23
"tsc:w": "tsc -w",
24
"lite": "lite-server",
25
- "start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
26
- "postinstall": "tsc"
+ "start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
27
},
28
"author": {
29
"name": "sanex3339"
0 commit comments