Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 9901ae6

Browse files
authored
Merge pull request #3 from github/scoped
Prepare for github registry
2 parents 817bb26 + 6bd6a52 commit 9901ae6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "details-dialog-element",
2+
"name": "@github/details-dialog-element",
33
"version": "1.0.0",
44
"description": "Custom dialog element to be used with <details>",
55
"main": "dist/index-umd.js",
@@ -24,6 +24,9 @@
2424
},
2525
"homepage": "https://github.com/github/details-dialog-element#readme",
2626
"license": "MIT",
27+
"publishConfig": {
28+
"registry": "https://npm.registry.github.com/"
29+
},
2730
"devDependencies": {
2831
"babel-cli": "^6.26.0",
2932
"babel-plugin-transform-custom-element-classes": "^0.1.0",

0 commit comments

Comments
 (0)