fixes to make npm load it automatically

This commit is contained in:
scottbommarito
2016-06-15 16:55:09 -07:00
parent 031fc606e0
commit f8a744b4e9
13 changed files with 7 additions and 9 deletions

10
.gitignore vendored
View File

@@ -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

View File

@@ -31,4 +31,6 @@ Examples/
Recipes/
# Don't publish compiled testing code
bin/
bin/
code-push-plugin-testing-framework/

View File

@@ -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",