unicode-animations 0.1.3 → 0.1.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unicode-animations",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Unicode spinner animations as raw frame data",
5
5
  "type": "module",
6
6
  "exports": {
@@ -20,7 +20,7 @@
20
20
  "sideEffects": false,
21
21
  "scripts": {
22
22
  "build": "tsup",
23
- "postinstall": "node scripts/postinstall.js",
23
+ "postinstall": "node scripts/postinstall.cjs",
24
24
  "prepublishOnly": "npm run build"
25
25
  },
26
26
  "repository": {
File without changes