package.json
This commit is contained in:
parent
a82b0b2c39
commit
eee8157fb3
@ -6,3 +6,4 @@
|
|||||||
/.travis.yml
|
/.travis.yml
|
||||||
/local-cli/src
|
/local-cli/src
|
||||||
/react-native-pushy-cli
|
/react-native-pushy-cli
|
||||||
|
/Example
|
||||||
|
27
package.json
Normal file
27
package.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"name": "react-native-update",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "react-native hot update",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"react-native",
|
||||||
|
"ios",
|
||||||
|
"android",
|
||||||
|
"update",
|
||||||
|
"hot",
|
||||||
|
"update"
|
||||||
|
],
|
||||||
|
"author": "lvbingru, tdzl",
|
||||||
|
"license": "ISC",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user