-
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
8f229a2
commit 435ff52
Showing
2 changed files
with
27 additions
and
7 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@carto/api-client", | ||
"version": "0.0.1-0", | ||
"version": "0.0.1-1", | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "alpha" | ||
}, | ||
"packageManager": "yarn@4.2.2", | ||
"packageManager": "yarn@4.3.1", | ||
"author": "Don McCurdy <[email protected]>", | ||
"license": "UNLICENSED", | ||
"type": "module", | ||
|
@@ -36,10 +36,8 @@ | |
"lint": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --check", | ||
"format": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --write", | ||
"clean": "rimraf build/*", | ||
"version": "git add -u", | ||
"prepack": "yarn clean && yarn build", | ||
"prepublish": "yarn lint && yarn test", | ||
"postpublish": "git push && git push --tags" | ||
"prepublish": "yarn lint && yarn test" | ||
}, | ||
"files": [ | ||
"build", | ||
|
@@ -84,6 +82,5 @@ | |
"vite": "^5.2.10", | ||
"vitest": "1.6.0", | ||
"vue": "^3.4.27" | ||
}, | ||
"stableVersion": "0.0.0" | ||
} | ||
} |