We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a196433 commit 8de1eb2Copy full SHA for 8de1eb2
.eslintrc.json
@@ -6,7 +6,6 @@
6
"plugin:github/typescript"
7
],
8
"globals": {
9
- "CustomElementElement": "readonly",
10
- "module": true
+ "CustomElementElement": "readonly"
11
}
12
README.md
@@ -5,7 +5,7 @@ A custom element that shows text as if it were being typed
5
## Installation
```
-npm install @github/typing-effect-element
+$ npm install @github/typing-effect-element
## Usage
0 commit comments