Skip to content

Commit

Permalink
ignore all but grapevine files for npm & bower
Browse files Browse the repository at this point in the history
  • Loading branch information
mLuby committed Jul 26, 2015
1 parent a6026a5 commit 1735305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grapevine-client",
"version": "1.0.1",
"version": "1.0.4",
"homepage": "https://github.com/mLuby/grapevine",
"authors": [
"Mike Luby <[email protected]> (https://github.com/mLuby)",
Expand All @@ -15,5 +15,6 @@
"peerjs",
"socket"
],
"license": "MIT"
"license": "MIT",
"ignore": ["*", "!grapevine-client.js"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "grapevine-server",
"version": "1.0.0",
"version": "1.0.4",
"description": "browser-to-browser messaging (server component)",
"main": "grapevine-server.js",
"files": ["grapevine-server.js"],
"dependencies": {
"jsrsasign": "^4.8.3",
"peer": "^0.2.8"
Expand Down

0 comments on commit 1735305

Please sign in to comment.