We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f1026 commit 2369699Copy full SHA for 2369699
LICENSE.md renamed to LICENSE
lib/.npmignore
package.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "jsc-android",
3
+ "version": "216995.0.0-beta.1",
4
+ "description": "Pre-build version of JavaScriptCore to be used by React Native apps",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/SoftwareMansion/jsc-android-buildscripts.git"
8
+ },
9
+ "keywords": [
10
+ "react-native",
11
+ "android",
12
+ "jsc"
13
+ ],
14
+ "files": [
15
+ "lib/android/"
16
17
+ "license": "UNLICENSED",
18
+ "bugs": {
19
+ "url": "https://github.com/SoftwareMansion/jsc-android-buildscripts/issues"
20
21
+ "homepage": "https://github.com/SoftwareMansion/jsc-android-buildscripts#readme"
22
+}
0 commit comments