@devaloop/devalang 0.0.1-alpha.16 → 0.0.1-alpha.16-hotfix.0

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/Cargo.toml +1 -1
  2. package/package.json +2 -2
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "devalang"
3
- version = "0.0.1-alpha.16"
3
+ version = "0.0.1-alpha.16-hotfix.0"
4
4
  authors = ["Devaloop <contact@devaloop.com>"]
5
5
  description = "Write music like code. Devalang is a domain-specific language (DSL) for sound designers and music hackers. Compose, automate, and control sound — in plain text."
6
6
  license = "MIT"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@devaloop/devalang",
3
3
  "private": false,
4
- "version": "0.0.1-alpha.16",
4
+ "version": "0.0.1-alpha.16-hotfix.0",
5
5
  "description": "Write music like code. Devalang is a domain-specific language (DSL) for sound designers and music hackers. Compose, automate, and control sound — in plain text.",
6
6
  "main": "out-tsc/index.js",
7
7
  "bin": {
@@ -18,7 +18,7 @@
18
18
  "script:postbuild": "tsc && node out-tsc/scripts/postbuild.js",
19
19
  "script:version:bump": "tsc && node out-tsc/scripts/version/index.js",
20
20
  "prepublish": "cargo build --release",
21
- "postinstall": "tsc && node out-tsc/scripts/postinstall.js"
21
+ "postinstall": "node out-tsc/scripts/postinstall.js"
22
22
  },
23
23
  "homepage": "https://devalang.com",
24
24
  "keywords": [