diff --git a/package.json b/package.json index 5a86ec3..81adf33 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,5 @@ { "name": "nx-tools", - "version": "0.0.0", - "license": "MIT", "scripts": { "prepare": "husky install", "cz": "cz", @@ -9,7 +7,6 @@ "local-registry": "./scripts/local-registry.sh", "local-registry:run": "npm run local-registry run" }, - "private": true, "config": { "commitizen": { "path": "cz-conventional-changelog" @@ -46,5 +43,22 @@ "ts-jest": "27.0.7", "typescript": "4.4.4", "verdaccio": "5.2.0" - } + }, + "version": "0.0.0", + "private": false, + "license": "MIT", + "author": "Tobias Wittwer ", + "repository": { + "type": "git", + "url": "https://github.com/twittwer/nx-tools.git" + }, + "homepage": "https://github.com/twittwer/nx-tools#readme", + "bugs": { + "url": "https://github.com/twittwer/nx-tools/issues" + }, + "keywords": [ + "nx-plugin", + "compodoc", + "documentation" + ] } diff --git a/packages/compodoc/project.json b/packages/compodoc/project.json index c72f9d4..0fdf1f1 100644 --- a/packages/compodoc/project.json +++ b/packages/compodoc/project.json @@ -84,7 +84,7 @@ "npm run local-registry enable", "nx run compodoc:version:local", "nx run compodoc:build", - "npm publish dist/packages/compodoc --access public" + "npm publish dist/packages/compodoc --access public --tag latest" ] }, "remote": { @@ -92,7 +92,7 @@ "npm run local-registry disable", "nx run compodoc:version:remote", "nx run compodoc:build", - "npm publish dist/packages/compodoc --access public" + "npm publish dist/packages/compodoc --access public --tag latest" ] } }