aurora-grid
Advanced tools
Comparing version
@@ -20,3 +20,3 @@ var gulp = require('gulp'), | ||
'<%= package.description %> \n', | ||
' (c) ' + new Date().getFullYear() + ' <%= package.author %> \n', | ||
' (c) ' + new Date().getFullYear() + ' <%= package.author.name %> <<%= package.author.email %>> (<%= package.author.url %>) \n', | ||
' <%= package.homepage %> \n', | ||
@@ -23,0 +23,0 @@ ' Licensed under ' + ' <%= package.license %> \n', |
{ | ||
"name": "aurora-grid", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Grid system for Aurora Kit", | ||
@@ -18,3 +18,7 @@ "main": "index.js", | ||
], | ||
"author": "Lionel <lionel@pixeden.com> (http://pixeden.com)", | ||
"author": { | ||
"name": "Lionel", | ||
"email": "lionel@pixeden.com", | ||
"url": "http://pixeden.com" | ||
}, | ||
"license": "MIT", | ||
@@ -21,0 +25,0 @@ "bugs": { |
42242
0.25%