Skip to content

Commit 33ba167

Browse files
committed
Ignore Ruby files in the npm generated package
1 parent 79b0f13 commit 33ba167

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
script/
2+
test/
3+
Rakefile
4+
Gemfile*

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.2.1",
44
"description": "Unobtrusive scripting adapter for jQuery",
55
"main": "src/rails.js",
6-
"directories": {
7-
"test": "test"
8-
},
96
"scripts": {
107
"test": "echo \"See the wiki: https://github.com/rails/jquery-ujs/wiki/Running-Tests-and-Contributing\" && exit 1",
118
"postversion": "git push && git push --tags && npm publish"

0 commit comments

Comments
 (0)