File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @bolajiolajide/now-playing" ,
3- "version" : " 0.0.10 " ,
3+ "version" : " 0.0.11 " ,
44 "description" : " " ,
5- "main" : " dist/now-playing.js" ,
5+ "main" : " dist/now-playing.cjs.js" ,
6+ "module" : " dist/now-playing.esm.js" ,
67 "types" : " dist/now-playing.d.ts" ,
7- "type" : " module" ,
88 "scripts" : {
99 "ex:spotify" : " ts-node examples/spotify.ts" ,
10- "ex:noop" : " ts-node examples/noop.ts" ,
1110 "build" : " npx rimraf dist && rollup --config"
1211 },
12+ "exports" : {
13+ "require" : " ./dist/now-playing.cjs.js" ,
14+ "types" : " ./dist/now-playing.d.ts" ,
15+ "default" : " ./dist/now-playing.esm.js"
16+ },
1317 "files" : [
14- " dist/now-playing.d.ts" ,
15- " dist/now-playing.js" ,
16- " dist/now-playing.js.map"
18+ " dist"
1719 ],
1820 "keywords" : [],
1921 "author" : " " ,
You can’t perform that action at this time.
0 commit comments