File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- # < ; custom-element > ; element
1+ # < ; typing-test > ; element
22
3- Boilerplate for creating a custom element.
3+ Test your typing skills
44
55## Installation
6- Available on [ npm] ( https://www.npmjs.com/ ) as [ ** @ github/custom-element -element** ] ( https://www.npmjs.com/package/@github/custom-element -element ) .
6+ Available on [ npm] ( https://www.npmjs.com/ ) as [ ** typing-test -element** ] ( https://www.npmjs.com/package/typing-test -element ) .
77```
8- $ npm install --save @github/custom-element -element
8+ $ npm install --save typing-test -element
99```
1010
1111## Usage
@@ -15,13 +15,13 @@ $ npm install --save @github/custom-element-element
1515Import as ES modules:
1616
1717``` js
18- import ' @github/custom-element -element'
18+ import ' typing-test -element'
1919```
2020
2121Include with a script tag:
2222
2323``` html
24- <script type =" module" src =" ./node_modules/@github/custom-element -element/dist/index.js" >
24+ <script type =" module" src =" ./node_modules/typing-test -element/dist/index.js" >
2525` ` `
2626
2727An example Custom Element. This documentation ends up in the
Original file line number Diff line number Diff line change 11{
2- "name" : " @github/custom-element -element" ,
2+ "name" : " typing-test -element" ,
33 "version" : " 0.0.1" ,
4- "description" : " Boilerplate for creating a custom element. " ,
5- "main" : " dist/custom -element.js" ,
6- "module" : " dist/custom -element.js" ,
4+ "description" : " Test your typing skills " ,
5+ "main" : " dist/typing-test -element.js" ,
6+ "module" : " dist/typing-test -element.js" ,
77 "type" : " module" ,
8- "types" : " dist/custom-elements .d.ts" ,
8+ "types" : " dist/typing-test-element .d.ts" ,
99 "license" : " MIT" ,
10- "repository" : " github/custom-element-boilerplate " ,
10+ "repository" : " 24webcomponents/typing-test-element " ,
1111 "files" : [
1212 " dist"
1313 ],
You can’t perform that action at this time.
0 commit comments