@coldsurf/synth-kit 0.1.0 → 0.1.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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coldsurf/synth-kit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Color-blind Web Audio synthesis engines (wall, drumkit, bass, dub chamber, mixer strip) behind a VST-style engine/preset model. Browser-first; see README for offline-rendering caveats.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -52,13 +52,12 @@
52
52
  "files": [
53
53
  "dist"
54
54
  ],
55
- "scripts": {
56
- "build": "tsup",
57
- "check:type": "tsc --noEmit",
58
- "prepublishOnly": "pnpm build"
59
- },
60
55
  "devDependencies": {
61
56
  "tsup": "^8.3.5",
62
57
  "typescript": "~5.9.3"
58
+ },
59
+ "scripts": {
60
+ "build": "tsup",
61
+ "check:type": "tsc --noEmit"
63
62
  }
64
- }
63
+ }