Skip to content

Commit 6045377

Browse files
committed
update deps
1 parent 4f1a50d commit 6045377

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"main": "index.js",
66
"dependencies": {
77
"gulp-util": "^3.0.5",
8-
"javascript-obfuscator": "^0.1.2",
8+
"javascript-obfuscator": "^0.1.3",
99
"multimatch": "^2.0.0",
1010
"through2": "^2.0.0",
11-
"webpack-core": "^0.6.8"
11+
"webpack-core": "^0.6.8",
12+
"typescript": "^1.8.10"
1213
},
1314
"devDependencies": {
14-
"lite-server": "^1.3.1",
15-
"tsd": "^0.6.5",
16-
"typescript": "*"
15+
"lite-server": "^1.3.1"
1716
},
1817
"repository": {
1918
"type": "git",

0 commit comments

Comments
 (0)