mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
add grunt-release to automate releases
This commit is contained in:
3
Gruntfile.coffee
Normal file
3
Gruntfile.coffee
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module.exports = (grunt) ->
|
||||||
|
|
||||||
|
grunt.loadNpmTasks 'grunt-release'
|
||||||
@@ -28,6 +28,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^1.9.1",
|
"chai": "^1.9.1",
|
||||||
|
"grunt": "^0.4.5",
|
||||||
|
"grunt-release": "^0.7.0",
|
||||||
"mocha": "^1.21.4",
|
"mocha": "^1.21.4",
|
||||||
"q": "^1.0.0",
|
"q": "^1.0.0",
|
||||||
"xml2js": "^0.4.1"
|
"xml2js": "^0.4.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user