@aigamo/nostalgic-diva 1.3.0 → 1.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ React function components for imperatively controlling embedded players (audio,
4
4
 
5
5
  This was originally developed in [VocaDB/vocadb#1101](https://github.com/VocaDB/vocadb/pull/1101) as a part of VocaDB.
6
6
 
7
- NOTE: This is an independent fork of VocaDB/route-sphere.
7
+ NOTE: This is an independent fork of VocaDB/nostalgic-diva.
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@aigamo/nostalgic-diva",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rimraf ./dist",
7
7
  "dev": "vite",
8
- "build": "yarn clean && tsc && vite build",
8
+ "build": "npm run clean && tsc && vite build",
9
9
  "preview": "vite preview"
10
10
  },
11
11
  "devDependencies": {