File tree Expand file tree Collapse file tree 2 files changed +23
-7
lines changed
Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1+ sudo : false
12language : node_js
23node_js :
3- - " 0.11 "
4+ - " 4 "
45before_script :
5- - npm install -g grunt-cli
6+ - npm install -g grunt-cli
Original file line number Diff line number Diff line change 11{
22 "name" : " jquery-localize" ,
3- "version" : " 0.0.0-ignored" ,
3+ "description" : " A jQuery plugin that makes it easy to i18n your static web site." ,
4+ "version" : " 0.1.0" ,
5+ "homepage" : " https://github.com/coderifous/jquery-localize" ,
6+ "license" : " MIT" ,
7+ "main" : " dist/jquery.localize.js" ,
8+ "author" : {
9+ "name" : " coderifous" ,
10+ "email" : " jim@thegarvin.com"
11+ },
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " https://github.com/coderifous/jquery-localize.git"
15+ },
16+ "bugs" : " https://github.com/coderifous/jquery-localize/issues" ,
417 "engines" : {
518 "node" : " >= 0.8.0"
619 },
720 "scripts" : {
21+ "prepublish" : " grunt" ,
822 "test" : " grunt test"
923 },
1024 "devDependencies" : {
11- "grunt-contrib-qunit" : " ~0.2.0" ,
12- "grunt-contrib-uglify" : " ~0.2.0" ,
13- "grunt-contrib-clean" : " ~0.4.0" ,
1425 "grunt" : " ~0.4.2" ,
26+ "grunt-cli" : " ^0.1.13" ,
27+ "grunt-contrib-clean" : " ~0.4.0" ,
1528 "grunt-contrib-coffee" : " ~0.10.0" ,
16- "grunt-contrib-connect" : " ~0.6.0"
29+ "grunt-contrib-connect" : " ~0.6.0" ,
30+ "grunt-contrib-qunit" : " ~0.2.0" ,
31+ "grunt-contrib-uglify" : " ~0.2.0"
1732 }
1833}
You can’t perform that action at this time.
0 commit comments