Skip to content

Commit

Permalink
update gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuya Hashimoto committed May 2, 2013
1 parent d0e2f8f commit 1965770
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ module.exports = (grunt) ->
src: "flickable.js"
dest: "flickable.min.js"
options:
banner: "// Flickable.js 0.1.2 Copyright (c) 2013 @yuya\n" +
"// See https://github.com/yhmt/flickable-js\n"
banner: "// <%= pkg.title %> <%= pkg.version %> Copyright (c) 2013 <%= pkg.author %>\n" +
"// See <%= pkg.url %>\n"
watch:
src:
files: ["src/*.coffee"]
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "flickable-js",
"version": "0.0.1",
"name": "flickable",
"title": "Flickable.js",
"version": "0.1.2",
"author": "@yuya",
"description": "",
"url": "https://github.com/yhmt/flickable-js",
"main": "flickable.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 1965770

Please sign in to comment.