Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 4c933f9

Browse files
committed
0.1.58
1 parent 13dbe53 commit 4c933f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/awsgluenotebooks-extensions",
3-
"version": "0.1.57",
3+
"version": "0.1.58",
44
"description": "A JupyterLab extension.",
55
"keywords": [
66
"amazon",
@@ -53,7 +53,7 @@
5353
"build:labextension": "jupyter labextension build .",
5454
"build:labextension:dev": "jupyter labextension build --development True .",
5555
"credentials": "aws codeartifact login --tool npm --repository aws-glue --domain amazon --domain-owner 590186200215 && aws codeartifact login --tool pip --repository aws-glue --domain amazon --domain-owner 590186200215 && aws codeartifact login --tool twine --repository aws-glue --domain amazon --domain-owner 590186200215",
56-
"patch-and-publish": "npm run build && npm version patch --force && npm publish",
56+
"patch-and-publish": "npm run build && npm version patch --force && npm publish --access public",
5757
"artifactory": "npm run credentials && npm run patch-and-publish",
5858
"lint:js": "eslint --ext .ts,tsx src/ --cache --max-warnings 0",
5959
"lint:css": "stylelint '**/*.css'",

0 commit comments

Comments
 (0)