Skip to content

Commit

Permalink
fix: update package.json for npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Mar 18, 2021
1 parent 6eecdb1 commit 83b2c0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 83b2c0e

Please sign in to comment.