Skip to content

Commit

Permalink
Ignore Ruby files in the npm generated package
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Aug 19, 2016
1 parent 79b0f13 commit 33ba167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
script/
test/
Rakefile
Gemfile*
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.2.1",
"description": "Unobtrusive scripting adapter for jQuery",
"main": "src/rails.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"See the wiki: https://github.com/rails/jquery-ujs/wiki/Running-Tests-and-Contributing\" && exit 1",
"postversion": "git push && git push --tags && npm publish"
Expand Down

0 comments on commit 33ba167

Please sign in to comment.