vector-score 1.0.0 → 1.0.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +11 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <img src="public/vector-score-icon.svg" alt="VectorScore Logo" width="150" height="150" />
1
+ ![Alt Text](https://raw.githubusercontent.com/DrakeB1234/VectorScore/master/public/vector-score-icon.svg)
2
2
 
3
3
  # Vector Score
4
4
 
@@ -16,7 +16,7 @@ A lightweight, SVG-based TypeScript library for rendering musical staves, notes,
16
16
  ## Installation
17
17
 
18
18
  ```bash
19
- npm install DrakeB1234/VectorScore
19
+ npm i vector-score
20
20
  ````
21
21
 
22
22
  ## Development
package/package.json CHANGED
@@ -1,8 +1,17 @@
1
1
  {
2
2
  "name": "vector-score",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
+ "keywords": [
7
+ "music",
8
+ "notation",
9
+ "sheet music",
10
+ "svg",
11
+ "typescript",
12
+ "staff",
13
+ "rhythm"
14
+ ],
6
15
  "files": [
7
16
  "dist"
8
17
  ],
@@ -31,4 +40,4 @@
31
40
  "vite-plugin-dts": "^4.5.4",
32
41
  "vitest": "^4.0.15"
33
42
  }
34
- }
43
+ }