-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8588a26
commit 8b1449e
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"repository": "github:CartoDB/carto-api-client", | ||
"author": "Don McCurdy <[email protected]>", | ||
"packageManager": "[email protected]", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public", | ||
|
@@ -40,7 +40,7 @@ | |
"clean": "rimraf build/*", | ||
"postversion": "yarn postversion:check && yarn postversion:commit && yarn postversion:push", | ||
"postversion:check": "yarn lint && yarn test", | ||
"postversion:commit": "TAG=v$npm_package_version && git add -u && git commit -m $TAG && git tag -a $TAG -m $TAG", | ||
"postversion:commit": "VERSION=v$npm_package_version && git add -u && git commit -m $VERSION && git tag -a $VERSION -m $VERSION", | ||
"postversion:push": "git push && git push --tags", | ||
"prepublish": "yarn lint && yarn test", | ||
"prepack": "yarn clean && yarn build" | ||
|