We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4623191 commit 9e2a675Copy full SHA for 9e2a675
Gruntfile.coffee
@@ -0,0 +1,3 @@
1
+module.exports = (grunt) ->
2
+
3
+ grunt.loadNpmTasks 'grunt-release'
package.json
@@ -22,12 +22,13 @@
22
"coffee-script": "~1.6.3",
23
"grunt": "~0.4.2"
24
},
25
- "devDependencies": {
26
- "grunt": "~0.4.1"
27
- },
28
"peerDependencies": {
29
"lineman": ">= 0.19.0"
30
+ "devDependencies": {
+ "grunt": "^0.4.4",
+ "grunt-release": "^0.7.0"
31
+ },
32
"licenses": [
33
{
34
"type": "MIT",
0 commit comments