diff --git a/docs/types.md b/docs/types.md index f1a7dd4..436d262 100644 --- a/docs/types.md +++ b/docs/types.md @@ -2,4 +2,4 @@ ## Publishing new versions -Run [`npm version`](https://docs.npmjs.com/cli/v8/commands/npm-version) to bump the version and create a git tag, a new version will be published on npm when this tag is pushed to the repository +Up version in package.json and create a new commit and tag it with "types/x.y.z", the version will be published when the tag is pushed to GitHub diff --git a/types/.npmrc b/types/.npmrc deleted file mode 100644 index 850b93b..0000000 --- a/types/.npmrc +++ /dev/null @@ -1 +0,0 @@ -tag-version-prefix="types/" \ No newline at end of file diff --git a/types/package.json b/types/package.json index 7441c1c..850df69 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@bcye/structured-wikivoyage-types", - "version": "0.1.0", + "version": "0.1.1", "description": "Types to use when consuming json trees from the structured-wikivoyage-exports project", "keywords": [], "contributors": [