Skip to content

Commit

Permalink
Bump 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Dec 21, 2017
1 parent 69ba43d commit a70b425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,9 +41,9 @@ spotify.search.artists('Incubus');
### CommonJS

```js
const SpotifyWrapper = require('spotify-wrapper');
const SpotifyWrapper = require('spotify-wrapper').default;

const spotify = new SpotifyWrapper.default({
const spotify = new SpotifyWrapper({
token: 'YOUR_TOKEN_HERE'
});
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "spotify-wrapper",
"version": "2.0.4",
"version": "2.0.5",
"description": "A wrapper to work with the Spotify Web API.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit a70b425

Please sign in to comment.