soundcloud-wrapper 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "soundcloud-wrapper",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Node wrapper for the SoundCloud API",
5
5
  "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
6
  "files": [
8
7
  "dist"
9
8
  ],