grunt-tweet
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "grunt-tweet", | ||
"description": "Tweet from Grunt task.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/artpolikarpopov/grunt-tweet", | ||
@@ -31,6 +31,7 @@ "author": { | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"grunt-contrib-clean": "~0.4.0", | ||
"grunt-contrib-nodeunit": "~0.2.0", | ||
"grunt": "~0.4.1" | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-clean": "~0.4.1", | ||
"grunt-contrib-copy": "~0.4.1", | ||
"grunt-shell": "~0.2.2", | ||
"grunt-contrib-watch": "~0.5.3" | ||
}, | ||
@@ -37,0 +38,0 @@ "peerDependencies": { |
@@ -71,3 +71,5 @@ # grunt-tweet | ||
## Release History | ||
### 0.0.2, Oct 8 2013 | ||
Better log. Minor development things. | ||
### 0.0.1, Oct 8 2013 | ||
Initial commit. |
@@ -57,3 +57,3 @@ /* | ||
// Success message. | ||
grunt.log.ok('Tweet “' + reply.text + '” has been sent'); | ||
grunt.log.ok('Tweet “' + reply.text + '” has been sent.'); | ||
done(); | ||
@@ -60,0 +60,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29537
14
65
75
5