We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b0f13 commit 33ba167Copy full SHA for 33ba167
.npmignore
@@ -0,0 +1,4 @@
1
+script/
2
+test/
3
+Rakefile
4
+Gemfile*
package.json
@@ -3,9 +3,6 @@
"version": "1.2.1",
"description": "Unobtrusive scripting adapter for jQuery",
5
"main": "src/rails.js",
6
- "directories": {
7
- "test": "test"
8
- },
9
"scripts": {
10
"test": "echo \"See the wiki: https://github.com/rails/jquery-ujs/wiki/Running-Tests-and-Contributing\" && exit 1",
11
"postversion": "git push && git push --tags && npm publish"
0 commit comments