@popmenu/audio-player 0.140.0 → 0.141.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.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@popmenu/audio-player",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.141.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Popmenu Design System Team",
|
|
6
6
|
"description": "React audio player component for all Popmenu apps on the web.",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"build": "rollup -c",
|
|
19
19
|
"build:clean": "yarn clean && yarn build",
|
|
20
20
|
"clean": "rimraf build/*",
|
|
21
|
+
"prepack": "yarn build:clean",
|
|
21
22
|
"prepublishOnly": "yarn build:clean",
|
|
22
23
|
"start": "rollup -c -w",
|
|
23
24
|
"release:local": "watch 'yalc publish --push' src"
|
|
@@ -31,5 +32,5 @@
|
|
|
31
32
|
"react": "17.x"
|
|
32
33
|
},
|
|
33
34
|
"sideEffects": false,
|
|
34
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "4adb1324a2e1486a483084163742f11c855ef61f"
|
|
35
36
|
}
|