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

Commit 133a543

Browse files
authored
Merge pull request #36 from github/move-package-under-scope
Rename package to include @github scope
2 parents 6141587 + f5f47f8 commit 133a543

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ A modal dialog that's opened with a <details> button.
55
## Installation
66

77
```
8-
$ npm install --save details-dialog-element
8+
$ npm install --save @github/details-dialog-element
99
```
1010

1111
## Usage
1212

1313
```js
14-
import 'details-dialog-element'
14+
import '@github/details-dialog-element'
1515
```
1616

1717
```html

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: 1 addition & 1 deletion
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": "3.0.3",
44
"description": "A modal dialog opened with a <details> button.",
55
"repository": "github/details-dialog-element",

0 commit comments

Comments
 (0)