Skip to content

Commit 044309f

Browse files
committed
fix: add CHANGELOG.md to npm
1 parent 7992a92 commit 044309f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/*
22
!/dist
3+
!/CHANGELOG.md

src/spotify-types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// https://developer.spotify.com/documentation/web-playback-sdk/reference/
1+
/**
2+
* @todo https://developer.spotify.com/documentation/web-playback-sdk/reference/
3+
*/
24

35
/** @hidden */
46
type SpotifyPlayerMethod<T = void> = () => Promise<T>;

0 commit comments

Comments
 (0)