File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js :
3+ - 0.6
4+ - 0.8
5+ - 0.9
Original file line number Diff line number Diff line change @@ -59,4 +59,6 @@ module.exports = function(grunt) {
5959 // Default task.
6060 grunt . registerTask ( 'default' , 'lint qunit concat min' ) ;
6161
62+ // Travis CI task.
63+ grunt . registerTask ( 'travis' , 'lint qunit' ) ;
6264} ;
Original file line number Diff line number Diff line change 2626 "url" : " https://github.com/manuelvanrijn/jquery-numeric_input/blob/master/LICENSE-GPL"
2727 }
2828 ],
29+ "main" : " dist/jquery.numeric_input" ,
30+ "engines" : {
31+ "node" : " >=0.6"
32+ },
33+ "scripts" : {
34+ "test" : " grunt travis --verbose"
35+ },
2936 "dependencies" : {
30- "jquery" : " ~1.5"
37+ "jQuery" : " ~1.7.3"
38+ },
39+ "devDependencies" : {
40+ "grunt" : " ~0.3.14"
3141 },
3242 "keywords" : []
3343}
You can’t perform that action at this time.
0 commit comments