mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-25 06:20:40 +00:00
add npm gulp script to package.json
This commit is contained in:
parent
28a82733b8
commit
a768c1e5b3
@ -1,4 +1,2 @@
|
||||
- BUGFIX
|
||||
- fix missing default values for slices
|
||||
- DOCUMENTATION
|
||||
- improve geting started guide and minimal working setup
|
||||
- ENHANCEMENT
|
||||
- add node `gulp` script to package.json
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Hugo theme made for blogs",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"gulp": "gulp"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user