Commit 83b2c0e0 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

fix: update package.json for npm workflow

parent 6eecdb13
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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",
+6 −1
Original line number Diff line number Diff line
{
  "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",