music-jsx-compiler 0.1.1 → 0.1.3

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -99,7 +99,7 @@ Clone the repo and run:
99
99
 
100
100
  ```bash
101
101
  npm install
102
- npm run example # writes examples/output.musicxml
102
+ npm run compile # writes music-sheets/output.musicxml
103
103
  ```
104
104
 
105
105
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "music-jsx-compiler",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "JSX-like component framework for building MusicXML",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "scripts": {
30
30
  "build": "tsc",
31
31
  "prepack": "npm run build",
32
- "example": "tsx --tsconfig tsconfig.examples.json examples/example.tsx",
32
+ "compile": "tsx --tsconfig tsconfig.music-sheets.json music-sheets/toCompile.tsx",
33
33
  "check": "tsc --noEmit && tsx src/self-check.ts && npm run example"
34
34
  },
35
35
  "keywords": [