diff --git a/package-lock.json b/package-lock.json index 95da207..e5895b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 38af733..7f7ddd6 100644 --- a/package.json +++ b/package.json @@ -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",