Comparing version 0.4.0 to 0.5.0
# bookmarks changelog | ||
0.5.0 - Added GitHub fork ribbon | ||
0.4.0 - Updated bookmarks to 2014/01/22 | ||
@@ -3,0 +5,0 @@ |
@@ -29,2 +29,8 @@ module.exports = function(grunt) { | ||
}, | ||
curl: { | ||
// https://github.com/blog/273-github-ribbons | ||
'public/img/github-ribbon.png': 'https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png' | ||
}, | ||
watch: { | ||
@@ -41,6 +47,8 @@ 'default': { | ||
grunt.loadNpmTasks('grunt-contrib-watch'); | ||
grunt.loadNpmTasks('grunt-curl'); | ||
// Default task. | ||
// Set up grunt commands | ||
grunt.registerTask('install', ['curl']); | ||
grunt.registerTask('default', ['jshint']); | ||
}; |
{ | ||
"name": "bookmarks", | ||
"description": "Searchable collection of bookmarks in a webpage", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"homepage": "https://github.com/twolfson/bookmarks", | ||
@@ -39,3 +39,4 @@ "author": { | ||
"grunt-contrib-watch": "~0.4.0", | ||
"firefox-bookmarks": "~0.6.0" | ||
"firefox-bookmarks": "~0.6.0", | ||
"grunt-curl": "~1.2.1" | ||
}, | ||
@@ -42,0 +43,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2851636
19
41239
5