We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe62237 commit db306cbCopy full SHA for db306cb
.gitignore
@@ -28,4 +28,5 @@ node_modules
28
# Users Environment Variables
29
.lock-wscript
30
31
-public/components
+public/components
32
+.npmignore
package.json
@@ -4,7 +4,8 @@
4
"description": "[WorkInProgress - ProofOfConcept] Unidirectional 1-N file syncing with history and local merging",
5
"scripts": {
6
"start": "./bin/filesync",
7
- "postinstall": "./node_modules/.bin/bower install"
+ "postinstall": "./node_modules/.bin/bower install",
8
+ "prepublish": "[ -r ~/.global.npmignore ] && cat ~/.global.npmignore > .npmignore;cat .gitignore >> .npmignore;"
9
},
10
"bin": {
11
"filesync-relay": "./bin/filesync-relay",
0 commit comments