Skip to content

Commit

Permalink
Fix package name to fits the NPM repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Edson Hilios committed Aug 4, 2016
1 parent 437e9b4 commit e746fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function(grunt) {
dest: './dist'
},
// project utils
pluginName: '<%= pkg.name %>',
pluginName: '<%= pkg.name.replace(/-/, ".") %>',
license: grunt.file.read('LICENSE.md').split('\n').splice(3).join('\n'),
banner: '/*!\n' +
' * <%= pkg.description %> v<%= pkg.version %> ' +
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jquery.countdown",
"name": "jquery-countdown",
"version": "2.2.0",
"main": "dist/jquery.countdown.js",
"description": "The Final Countdown for jQuery",
Expand Down

0 comments on commit e746fe4

Please sign in to comment.