Skip to content

Commit

Permalink
Removed grunt test task, now using jasmine. Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed May 10, 2012
1 parent 79f13e0 commit 063cc1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ module.exports = function(grunt) {
});

// Default task.
grunt.registerTask('default', 'lint test');
grunt.registerTask('default', 'lint');

};
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lastfm-spotify-urilist",
"description": "An easy way of getting a list of Spotify URIs based on Last.fm data",
"version": "0.1.0",
"version": "0.1.2",
"homepage": "https://github.com/mikaelbr/lastfm-spotify-urilist",
"author": {
"name": "Mikael Brevik",
Expand Down Expand Up @@ -32,7 +32,8 @@
"async": "~0.1.18",
"spotify": "~0.2.0",
"lastfm": "~0.8.1",
"underscore": "~1.3.3"
"underscore": "~1.3.3",
"sinon": "~1.3.4"
},
"devDependencies": {
"grunt": "~0.3.8"
Expand Down

0 comments on commit 063cc1b

Please sign in to comment.