We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25c9ea commit f577877Copy full SHA for f577877
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "@bolajiolajide/now-playing",
3
- "version": "0.0.11",
+ "version": "0.0.12",
4
"description": "",
5
"main": "dist/now-playing.cjs.js",
6
"module": "dist/now-playing.esm.js",
7
"types": "dist/now-playing.d.ts",
8
+ "type": "module",
9
"scripts": {
10
"ex:spotify": "ts-node examples/spotify.ts",
11
"build": "npx rimraf dist && rollup --config"
0 commit comments