jscrambler-metro-plugin 6.4.28 → 6.4.29
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jscrambler-metro-plugin",
|
3
|
-
"version": "6.4.
|
3
|
+
"version": "6.4.29",
|
4
4
|
"description": "A plugin to use metro with Jscrambler",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"peerDependencies": {
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"dependencies": {
|
10
10
|
"commander": "^2.20.0",
|
11
11
|
"fs-extra": "^8.0.1",
|
12
|
-
"jscrambler": "
|
12
|
+
"jscrambler": "7.0.0"
|
13
13
|
},
|
14
14
|
"keywords": [
|
15
15
|
"jscrambler",
|
@@ -25,6 +25,11 @@
|
|
25
25
|
],
|
26
26
|
"author": "Jscrambler <support@jscrambler.com>",
|
27
27
|
"license": "MIT",
|
28
|
+
"repository": {
|
29
|
+
"type": "git",
|
30
|
+
"url": "https://github.com/jscrambler/jscrambler.git",
|
31
|
+
"directory": "packages/jscrambler-metro-plugin"
|
32
|
+
},
|
28
33
|
"publishConfig": {
|
29
34
|
"access": "public",
|
30
35
|
"registry": "https://registry.npmjs.org/"
|