Skip to content

Commit

Permalink
Added .npmignore for cli and sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 14, 2015
1 parent e7c5d5b commit d044cc7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cli/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.npmignore
.gitignore
node_modules/*
definitions/*
!cli.js
3 changes: 2 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-push-cli",
"version": "0.0.1",
"version": "1.0.0-beta",
"description": "Source code for the Code Push command line interface",
"main": "script/cli.js",
"scripts": {
Expand All @@ -15,6 +15,7 @@
},
"author": "Microsoft",
"dependencies": {
"code-push": "^1.0.0-beta",
"base-64": "^0.1.0",
"chalk": "^1.1.0",
"cli-table": "^0.3.1",
Expand Down
4 changes: 4 additions & 0 deletions sdk/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.npmignore
.gitignore
node_modules/*
definitions/*

0 comments on commit d044cc7

Please sign in to comment.