Skip to content

Commit 4bf1e92

Browse files
committed
0.20.0
1 parent dfea461 commit 4bf1e92

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

bower.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "spotify-web-api-js",
33
"description": "A client-side JS wrapper for the Spotify Web API",
4-
"version": "0.19.3",
4+
"version": "0.20.0",
55
"homepage": "https://github.com/JMPerez/spotify-web-api-js",
66
"author": {
77
"name": "José M. Pérez"
88
},
99
"ignore": [
10-
"tests",
10+
"__tests__",
1111
"README.md",
1212
".travis.yml",
1313
".gitignore",
@@ -18,8 +18,7 @@
1818
"README.md",
1919
"**/.*",
2020
"node_modules",
21-
"bower_components",
22-
"test"
21+
"bower_components"
2322
],
2423
"authors": [
2524

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spotify-web-api-js",
33
"description": "A client-side JS wrapper for the Spotify Web API",
4-
"version": "0.19.3",
4+
"version": "0.20.0",
55
"homepage": "https://github.com/JMPerez/spotify-web-api-js",
66
"author": {
77
"name": "José M. Pérez"

0 commit comments

Comments
 (0)