Skip to content

Commit 1363b62

Browse files
committed
0.9.0-beta.1 release fix
1 parent 5e89c04 commit 1363b62

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.9.0-beta.1",
3+
"version": "0.9.0-beta.1-fix",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"keywords": [
66
"obfuscator",
@@ -14,16 +14,15 @@
1414
],
1515
"main": "index.js",
1616
"dependencies": {
17-
"javascript-obfuscator": "^0.9.0-beta.1",
18-
"multi-stage-sourcemap": "^0.2.1",
19-
"multimatch": "^2.1.0"
17+
"javascript-obfuscator": "0.9.0-beta.1",
18+
"multi-stage-sourcemap": "0.2.1",
19+
"multimatch": "2.1.0"
2020
},
2121
"devDependencies": {
22-
"@types/javascript-obfuscator": "0.0.1",
23-
"@types/node": "^6.0.32",
24-
"typescript": "^2.0.0",
25-
"typings": "^0.8.1",
26-
"webpack": "^2.1.0-beta.25"
22+
"@types/node": "7.0.0",
23+
"typescript": "2.1.5",
24+
"typings": "2.1.0",
25+
"webpack": "2.2.0-rc.4"
2726
},
2827
"repository": {
2928
"type": "git",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"removeComments": true,
99
"noImplicitAny": false,
1010
"types": [
11-
"javascript-obfuscator",
1211
"node"
1312
]
1413
},

0 commit comments

Comments
 (0)