mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +01:00
build fix
This commit is contained in:
parent
3b6336a8e5
commit
b707aa022e
@ -23,7 +23,7 @@ var src = '_src',
|
||||
var banner = [
|
||||
'/**',
|
||||
' ** <%= pkg.name %> - <%= pkg.description %>',
|
||||
' ** <%= package.repository.url %>'
|
||||
' ** <%= package.repository.url %>',
|
||||
' ** @author <%= pkg.author %>',
|
||||
' ** @version v<%= pkg.version %>',
|
||||
' **/',
|
||||
|
@ -3,7 +3,8 @@
|
||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||
"description": "Blog of Matthias Kretschmann",
|
||||
"version": "3.0.0",
|
||||
"main": "Gruntfile.js",
|
||||
"license": "MIT",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {
|
||||
"postinstall": "bower install && bundle install"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user