Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f8a744b

Browse files
author
scottbommarito
committed
fixes to make npm load it automatically
1 parent 031fc60 commit f8a744b

File tree

13 files changed

+7
-9
lines changed

13 files changed

+7
-9
lines changed

.gitignore

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ build/Release
7373

7474
# Dependency directory
7575
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
76-
node_modules/*
77-
#remove /* after plugin-testing-framework is checked into npm
76+
node_modules
7877

7978
# Xcode
8079
#
@@ -149,8 +148,5 @@ proguard/
149148
# Android Studio captures folder
150149
captures/
151150

152-
# DELETE THIS AFTER PLUGIN TESTING FRAMEWORK IS ON NPM
153-
# ALSO SEE THE node_modules/* above
154-
node_modules/code-push-plugin-testing-framework/node_modules/
155-
!node_modules/
156-
!node_modules/code-push-plugin-testing-framework/*
151+
# REMOVE AFTER NPM
152+
code-push-plugin-testing-framework/node_modules

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ Examples/
3131
Recipes/
3232

3333
# Don't publish compiled testing code
34-
bin/
34+
bin/
35+
36+
code-push-plugin-testing-framework/

0 commit comments

Comments
 (0)