Skip to content

Commit 7cd8d1c

Browse files
committed
change package name
1 parent 86444e2 commit 7cd8d1c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
PACKAGE_VERSION="$( node -e "console.log(require('./package.json').version)" )"
4545
RELEASE_TYPE="$(node -e "const semver = require('semver'); const prerelease = semver.prerelease('$PACKAGE_VERSION'); console.log(prerelease ? 'prerelease' : 'regular')")"
46-
isPublished="$( npm view @acalcutt/contour-generator versions --json | jq -c --arg cv "$PACKAGE_VERSION" 'any(. == $cv)' )"
46+
isPublished="$( npm view contour-generator versions --json | jq -c --arg cv "$PACKAGE_VERSION" 'any(. == $cv)' )"
4747
echo "version=$PACKAGE_VERSION" >> "$GITHUB_OUTPUT"
4848
echo "published=$isPublished" >> "$GITHUB_OUTPUT"
4949
echo "release_type=$RELEASE_TYPE" >> "$GITHUB_OUTPUT"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@acalcutt/contour-generator",
3-
"version": "2.0.5",
2+
"name": "contour-generator",
3+
"version": "2.0.6",
44
"description": "Locally generates contour vector tiles using maplibre-contour",
55
"main": "./dist/index.js",
66
"bin": {
@@ -22,7 +22,7 @@
2222
],
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/acalcutt/contour_generator.git"
25+
"url": "git+https://github.com/acalcutt/contour-generator.git"
2626
},
2727
"keywords": [
2828
"maplibre",
@@ -34,9 +34,9 @@
3434
"license": "BSD-3-Clause",
3535
"type": "module",
3636
"bugs": {
37-
"url": "https://github.com/acalcutt/contour_generator/issues"
37+
"url": "https://github.com/acalcutt/contour-generator/issues"
3838
},
39-
"homepage": "https://github.com/acalcutt/contour_generator#readme",
39+
"homepage": "https://github.com/acalcutt/contour-generator#readme",
4040
"dependencies": {
4141
"@mapbox/mbtiles": "^0.12.1",
4242
"@mapbox/tilebelt": "^2.0.2",

0 commit comments

Comments
 (0)