Skip to content

Commit 49f651b

Browse files
committed
deps fix
1 parent 5d0ba34 commit 49f651b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

package.json

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"keywords": [
66
"obfuscator",
@@ -14,14 +14,11 @@
1414
],
1515
"main": "index.js",
1616
"dependencies": {
17-
"javascript-obfuscator": "^0.6.0"
17+
"javascript-obfuscator": "^0.6.0",
18+
"multimatch": "^2.0.0",
19+
"webpack-core": "^0.6.8"
1820
},
1921
"devDependencies": {
20-
"gulp-util": "^3.0.5",
21-
"lite-server": "^1.3.1",
22-
"multimatch": "^2.0.0",
23-
"through2": "^2.0.0",
24-
"webpack-core": "^0.6.8",
2522
"typescript": "^1.8.10",
2623
"typings": "^0.8.1"
2724
},
@@ -30,8 +27,6 @@
3027
"url": "git+https://github.com/sanex3339/webpack-obfuscator.git"
3128
},
3229
"scripts": {
33-
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
34-
"lite": "lite-server",
3530
"tsc": "tsc",
3631
"tsc:w": "tsc -w",
3732
"typings": "node_modules/.bin/typings install"

0 commit comments

Comments
 (0)