Skip to content

Commit f577877

Browse files
committed
ci: set type to module and bump package number
1 parent a25c9ea commit f577877

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@bolajiolajide/now-playing",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "",
55
"main": "dist/now-playing.cjs.js",
66
"module": "dist/now-playing.esm.js",
77
"types": "dist/now-playing.d.ts",
8+
"type": "module",
89
"scripts": {
910
"ex:spotify": "ts-node examples/spotify.ts",
1011
"build": "npx rimraf dist && rollup --config"

0 commit comments

Comments
 (0)