@lofcz/edix 0.3.0 → 0.3.1

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 (1) hide show
  1. package/package.json +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lofcz/edix",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "An experimental, framework agnostic, small (4kB+) contenteditable state manager.",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.js",
@@ -34,16 +34,12 @@
34
34
  "typedoc": "typedoc",
35
35
  "size": "size-limit",
36
36
  "prepare": "patch-package",
37
- "prepublishOnly": "npm run typedoc && rimraf lib && npm run build",
38
- "changeset": "changeset",
39
- "changeset:version": "changeset version",
40
- "changeset:publish": "npm run build && changeset publish"
37
+ "prepublishOnly": "npm run typedoc && rimraf lib && npm run build"
41
38
  },
42
39
  "dependencies": {
43
40
  "@standard-schema/spec": "^1.0.0"
44
41
  },
45
42
  "devDependencies": {
46
- "@changesets/cli": "^2.30.0",
47
43
  "@playwright/test": "1.58.2",
48
44
  "@rollup/plugin-terser": "0.4.4",
49
45
  "@rollup/plugin-typescript": "12.3.0",