mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 07:10:36 +08:00
fixes to make npm load it automatically
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -73,8 +73,7 @@ build/Release
|
||||
|
||||
# Dependency directory
|
||||
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
||||
node_modules/*
|
||||
#remove /* after plugin-testing-framework is checked into npm
|
||||
node_modules
|
||||
|
||||
# Xcode
|
||||
#
|
||||
@@ -149,8 +148,5 @@ proguard/
|
||||
# Android Studio captures folder
|
||||
captures/
|
||||
|
||||
# DELETE THIS AFTER PLUGIN TESTING FRAMEWORK IS ON NPM
|
||||
# ALSO SEE THE node_modules/* above
|
||||
node_modules/code-push-plugin-testing-framework/node_modules/
|
||||
!node_modules/
|
||||
!node_modules/code-push-plugin-testing-framework/*
|
||||
# REMOVE AFTER NPM
|
||||
code-push-plugin-testing-framework/node_modules
|
||||
@@ -31,4 +31,6 @@ Examples/
|
||||
Recipes/
|
||||
|
||||
# Don't publish compiled testing code
|
||||
bin/
|
||||
bin/
|
||||
|
||||
code-push-plugin-testing-framework/
|
||||
@@ -22,7 +22,7 @@
|
||||
"devDependencies": {
|
||||
"archiver": "latest",
|
||||
"body-parser": "latest",
|
||||
"code-push-plugin-testing-framework": "file:./node_modules/code-push-plugin-testing-framework",
|
||||
"code-push-plugin-testing-framework": "file:./code-push-plugin-testing-framework",
|
||||
"del": "latest",
|
||||
"express": "latest",
|
||||
"gulp-typescript": "2.12.2",
|
||||
|
||||
Reference in New Issue
Block a user