Skip to content

Commit 58e6b68

Browse files
committed
Merge remote-tracking branch 'origin/master' into beta
# Conflicts: # package.json
2 parents 3623526 + 9f5cfac commit 58e6b68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "0.8.0-beta.2",
3+
"version": "0.8.6",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"keywords": [
66
"obfuscator",
@@ -14,7 +14,7 @@
1414
],
1515
"main": "index.js",
1616
"dependencies": {
17-
"javascript-obfuscator": "beta",
17+
"javascript-obfuscator": "^0.8.6",
1818
"multi-stage-sourcemap": "^0.2.1",
1919
"multimatch": "^2.1.0"
2020
},
@@ -27,7 +27,7 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/sanex3339/webpack-obfuscator.git"
30+
"url": "git+https://github.com/javascript-obfuscator/webpack-obfuscator.git"
3131
},
3232
"scripts": {
3333
"build": "npm run tsc",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins: [
2626
### obfuscatorOptions
2727
Type: `Object` Default: `null`
2828

29-
Options for [javascript-obfuscator](https://github.com/sanex3339/javascript-obfuscator). Should be passed exactly like described on their page.
29+
Options for [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator). Should be passed exactly like described on their page.
3030

3131
**Warning:** right now plugin not supported `souceMap` and `souceMapMode` options!
3232

@@ -87,4 +87,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
8787
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
8888
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8989
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
90-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
90+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)