Skip to content

Commit ce8a50e

Browse files
committed
remove js files
1 parent b43be07 commit ce8a50e

File tree

3 files changed

+4
-44
lines changed

3 files changed

+4
-44
lines changed

index.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"main": "index.js",
66
"dependencies": {
77
"gulp-util": "^3.0.5",
8-
"javascript-obfuscator": "^0.1.1",
8+
"javascript-obfuscator": "^0.1.2",
99
"multimatch": "^2.0.0",
1010
"through2": "^2.0.0",
1111
"webpack-core": "^0.6.8"
@@ -23,7 +23,8 @@
2323
"tsc": "tsc",
2424
"tsc:w": "tsc -w",
2525
"lite": "lite-server",
26-
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
26+
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
27+
"postinstall": "tsc"
2728
},
2829
"author": {
2930
"name": "sanex3339"

0 commit comments

Comments
 (0)