Skip to content

Commit 2d54ddb

Browse files
committed
Build: remove scripts.prepublish command
It doesn't do what you expected it to do See npm/npm#10074 for more info Closes gh-139
1 parent 2d9c794 commit 2d54ddb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,5 @@
3737
"qunitjs": "1.17.1",
3838
"testswarm": "~1.1.0"
3939
},
40-
"scripts": {
41-
"prepublish": "grunt"
42-
},
4340
"keywords": []
4441
}

warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ $(document).ajaxStart(function(){ $("#status").text("Ajax started"); });
212212

213213
### JQMIGRATE: Additional params for 'jQuery.easing' functions are not documented and redundant
214214

215-
**Cause**: Additional params for 'jQuery.easing' methods were never documented and redundant, same behaviour could be easily achived by other means.
215+
**Cause**: Additional params for `jQuery.easing` methods were never documented and redundant, same behavior could be easily achived by other means.
216216

217217
**Solution**: Instead of using time and duration arguments, etc; it is already sufficient to use only first "percentage" argument.
218218

0 commit comments

Comments
 (0)