1
0
Fork 0

build fix

This commit is contained in:
Matthias Kretschmann 2015-06-07 00:44:18 +02:00
parent 3b6336a8e5
commit b707aa022e
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@ var src = '_src',
var banner = [ var banner = [
'/**', '/**',
' ** <%= pkg.name %> - <%= pkg.description %>', ' ** <%= pkg.name %> - <%= pkg.description %>',
' ** <%= package.repository.url %>' ' ** <%= package.repository.url %>',
' ** @author <%= pkg.author %>', ' ** @author <%= pkg.author %>',
' ** @version v<%= pkg.version %>', ' ** @version v<%= pkg.version %>',
' **/', ' **/',

View File

@ -3,7 +3,8 @@
"author": "Matthias Kretschmann <m@kretschmann.io>", "author": "Matthias Kretschmann <m@kretschmann.io>",
"description": "Blog of Matthias Kretschmann", "description": "Blog of Matthias Kretschmann",
"version": "3.0.0", "version": "3.0.0",
"main": "Gruntfile.js", "license": "MIT",
"main": "gulpfile.js",
"scripts": { "scripts": {
"postinstall": "bower install && bundle install" "postinstall": "bower install && bundle install"
}, },