Skip to content

Commit 2369699

Browse files
committed
Prepering to publish on npm - add package.json
1 parent 50f1026 commit 2369699

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

LICENSE.md renamed to LICENSE

File renamed without changes.

lib/.npmignore

Whitespace-only changes.

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)