fix: update package.json for npm workflow

This commit is contained in:
Henk Verlinde 2021-03-18 13:16:31 +01:00
parent 6eecdb130a
commit 83b2c0e002
2 changed files with 8 additions and 2 deletions

3
package-lock.json generated
View File

@ -6,7 +6,8 @@
"packages": {
"": {
"name": "@hyas/doks",
"version": "0.1.6",
"version": "0.2.0",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.13",
"@babel/core": "^7.13",

View File

@ -1,13 +1,18 @@
{
"name": "@hyas/doks",
"description": "Doks theme",
"version": "0.2.0",
"private": true,
"hugo-bin": {
"buildTags": "extended"
},
"browserslist": [
"defaults"
],
"repository": "https://github.com/h-enk/doks",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"init": "rimraf .git && git init -b main",
"create": "hugo new",