File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
1
2
language : node_js
2
3
notifications :
3
4
email : false
4
5
before_script :
5
6
- npm install
6
7
node_js :
7
8
- " 0.10"
8
- - " 0.11 "
9
+ - 4
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ module.exports = function (grunt) {
15
15
options : {
16
16
banner : '/*! <%= pkg.name %> | v<%= pkg.version %> | (c) <%= grunt.template.today("yyyy") %> <%= pkg.author %> | <%= pkg.licenses[0].url %> */\n' ,
17
17
compress : {
18
- global_defs : {
18
+ ' global_defs' : {
19
19
DEBUG : false
20
20
} ,
21
- dead_code : true
21
+ ' dead_code' : true
22
22
} ,
23
23
report : 'gzip'
24
24
} ,
Original file line number Diff line number Diff line change 10
10
"url" : " git://github.com/jsbin/loop-protect.git"
11
11
},
12
12
"scripts" : {
13
+ "version" : " grunt dist && git add dist" ,
14
+ "postversion" : " git push && git push --tags" ,
13
15
"test" : " node_modules/mocha/bin/_mocha -t 25000 --ui bdd --reporter list test/*.test.js"
14
16
},
15
17
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments