1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 05:43:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

support zip diff

This commit is contained in:
tdzl2003
2016-02-24 01:10:49 +08:00
parent 35daefc61f
commit 2765d2f4be
3 changed files with 135 additions and 24 deletions

View File

@@ -4,7 +4,8 @@
"description": "react-native hot update",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node_modules/.bin/babel local-cli/src --out-dir local-cli/lib"
},
"repository": {
"type": "git",
@@ -31,6 +32,7 @@
"isomorphic-fetch": "^2.2.1",
"mkdir-recursive": "^0.2.1",
"read": "^1.0.7",
"yauzl": "^2.4.1",
"yazl": "^2.3.0"
},
"devDependencies": {