add npm gulp script to package.json

This commit is contained in:
Robert Kaussow 2020-10-20 16:43:57 +02:00
parent 28a82733b8
commit a768c1e5b3
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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",