typed.js 2.0.13 → 2.0.132

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -14,6 +14,8 @@ Typed.js is a library that types. Enter in any string, and watch it type at the
14
14
 
15
15
  ## Installation
16
16
 
17
+ For use with a build tool like [Vite](https://vitejs.dev/), install with NPM or Yarn.
18
+
17
19
  #### NPM
18
20
 
19
21
  ```
@@ -28,8 +30,10 @@ yarn add typed.js
28
30
 
29
31
  #### CDN
30
32
 
33
+ For use directly in the browser via `<script>` tag:
34
+
31
35
  ```html
32
- <script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.13"></script>
36
+ <script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.132/dist/typed.umd.js"></script>
33
37
  ```
34
38
 
35
39
  #### Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed.js",
3
- "version": "2.0.13",
3
+ "version": "2.0.132",
4
4
  "homepage": "https://github.com/mattboldt/typed.js",
5
5
  "repository": "https://github.com/mattboldt/typed.js",
6
6
  "license": "MIT",
@@ -25,9 +25,6 @@
25
25
  "animation"
26
26
  ],
27
27
  "devDependencies": {
28
- "esdoc": "^1.1.0",
29
- "esdoc-ecmascript-proposal-plugin": "^1.0.0",
30
- "esdoc-standard-plugin": "^1.0.0",
31
28
  "microbundle": "^0.15.1"
32
29
  },
33
30
  "scripts": {