Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 25, 2015
1 parent e258335 commit 65bd167
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"name": "helper-copyright",
"description": "Template helper for adding a basic, one-line copyright statement, with formatting appropriate for LICENSE/LICENSE-MIT or README templates. Used with Verb, but should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registered.",
"version": "1.2.2",
"version": "1.3.0",
"homepage": "https://github.com/helpers/helper-copyright",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": "helpers/helper-copyright",
"repository": {
"type": "git",
"url": "git://github.com/helpers/helper-copyright.git"
},
"bugs": {
"url": "https://github.com/helpers/helper-copyright/issues"
},
"license": "MIT",
"license": {
"type": "MIT",
"url": "https://github.com/helpers/helper-copyright/blob/master/LICENSE"
},
"files": [
"index.js"
],
Expand Down

0 comments on commit 65bd167

Please # to comment.