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