Skip to content

Commit

Permalink
beef up .npmignore and add docs to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed May 8, 2013
1 parent 655a299 commit 0027d49
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
22 changes: 19 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
submodules/appium.io
submodules/ApiDemos
submodules/selendroid/selendroid-server/target
assets/
submodules/
publish.sh
sample-code/
test/
android/bootstrap/bin/
android/bootstrap/target/
app/android/AndroidManifest*
_vimrc_local.vim
*.swp
*.swo
*~
.*~
.DS_Store
.travis.yml
*.log
*.trace
*.sublime-
*.prefs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"instruments_client": "./instruments/client_bin.js"
},
"directories": {
"lib": "./app"
"lib": "./app",
"doc": "./docs"
},
"dependencies": {
"underscore": "~1.4.3",
Expand Down

0 comments on commit 0027d49

Please sign in to comment.