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

Commit f917e14

Browse files
authored
Merge pull request #15 from aws/update-repo
chore: update repository and publish info
2 parents 7c5b0a2 + 80ef8ed commit f917e14

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ dmypy.json
116116
.DS_Store
117117

118118
*.ipynb
119+
.npmrc

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@amzn/awsgluenotebooks-extensions",
3-
"version": "0.1.55",
2+
"name": "@aws/awsgluenotebooks-extensions",
3+
"version": "0.1.56",
44
"description": "A JupyterLab extension.",
55
"keywords": [
66
"amazon",
@@ -33,8 +33,7 @@
3333
"types": "lib/index.d.ts",
3434
"style": "style/index.css",
3535
"repository": {
36-
"type": "git",
37-
"url": "git://github.com/aws/aws-glue-studio-notebook-jupyter-extension"
36+
"url": "https://github.com/aws/aws-glue-studio-notebook-jupyter-extension"
3837
},
3938
"vars": {
4039
"builddir": "build/lib/awsgluenotebooks-extensions"
@@ -44,6 +43,9 @@
4443
"runTest": "always",
4544
"runRelease": "always"
4645
},
46+
"publishConfig": {
47+
"registry":"https://npm.pkg.github.com"
48+
},
4749
"scripts": {
4850
"build": "npm run clean && npm run build:lib && npm run build:labextension",
4951
"postbuild": "mkdir -p $npm_package_vars_builddir && rsync package.json $npm_package_vars_builddir && rsync -a --exclude={‘*.spec.d.ts’,’*.spec.js’} lib $npm_package_vars_builddir && rsync -a style $npm_package_vars_builddir",

0 commit comments

Comments
 (0)