Skip to content

Commit

Permalink
fix: add CHANGELOG.md to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Symbitic committed Jun 1, 2021
1 parent 7992a92 commit 044309f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/*
!/dist
!/CHANGELOG.md
4 changes: 3 additions & 1 deletion src/spotify-types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// https://developer.spotify.com/documentation/web-playback-sdk/reference/
/**
* @todo https://developer.spotify.com/documentation/web-playback-sdk/reference/
*/

/** @hidden */
type SpotifyPlayerMethod<T = void> = () => Promise<T>;
Expand Down

0 comments on commit 044309f

Please sign in to comment.