fix: update package.json for npm workflow
This commit is contained in:
parent
6eecdb130a
commit
83b2c0e002
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue