@fest-lib/dom 0.1.0 → 0.1.2

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,9 +23,9 @@
23
23
  ## 📦 Installation
24
24
 
25
25
  ```bash
26
- npm install @fest-lib/dom.ts
26
+ npm install @fest-lib/dom
27
27
  # or
28
- yarn add @fest-lib/dom.ts
28
+ yarn add @fest-lib/dom
29
29
  ```
30
30
 
31
31
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fest-lib/dom",
3
3
  "description": "DOM utilities for browsers (fest-lib)",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "sideEffects": true,
@@ -46,7 +46,7 @@
46
46
  "test": "vite --host 0.0.0.0",
47
47
  "dev": "vite --host 0.0.0.0",
48
48
  "watch": "vite build --watch",
49
- "publish": "npm publish --tag beta --access public",
49
+ "publish": "npm publish --access public",
50
50
  "build": "vite build --config vite.config.js && npm run docs && npm run docs:md",
51
51
  "build:publish": "FEST_NPM_IMPORTS=1 vite build --config vite.config.js",
52
52
  "prepack": "npm run build:publish",