@shopify/react-native-skia 0.1.199 → 0.1.200
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
"setup-skia-web": "./scripts/setup-canvaskit.js"
|
8
8
|
},
|
9
9
|
"title": "React Native Skia",
|
10
|
-
"version": "0.1.
|
10
|
+
"version": "0.1.200",
|
11
11
|
"description": "High-performance React Native Graphics using Skia",
|
12
12
|
"main": "lib/module/index.js",
|
13
13
|
"files": [
|
@@ -42,8 +42,7 @@
|
|
42
42
|
"lint": "eslint . --ext .ts,.tsx --max-warnings 0 --cache",
|
43
43
|
"test": "jest",
|
44
44
|
"e2e": "E2E=true yarn test -i e2e",
|
45
|
-
"build": "bob build && merge-dirs lib/typescript/src lib/commonjs && merge-dirs lib/typescript/src lib/module"
|
46
|
-
"postinstall": "node scripts/install-npm.js"
|
45
|
+
"build": "bob build && merge-dirs lib/typescript/src lib/commonjs && merge-dirs lib/typescript/src lib/module"
|
47
46
|
},
|
48
47
|
"repository": {
|
49
48
|
"type": "git",
|