fix: update package.json for npm workflow
This commit is contained in:
3
package-lock.json
generated
3
package-lock.json
generated
@ -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",
|
||||
|
Reference in New Issue
Block a user