Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
fix: fix main file in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Feb 11, 2021
1 parent c03e60a commit 84cde99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "opensoundcloud",
"version": "0.0.2",
"description": "A thin SoundCloud API, APIv2 and web-scrape wrapper written in TypeScript.",
"main": "lib/soundcloud.js",
"types": "lib/soundcloud.d.ts",
"main": "lib/src/index.js",
"files": [
"lib/**/*"
],
Expand All @@ -27,7 +26,7 @@
"music"
],
"author": "vaaski <admin@vaa.ski>",
"license": "GPL-3.0-only",
"license": "MIT",
"devDependencies": {
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^4.15.0",
Expand Down

0 comments on commit 84cde99

Please sign in to comment.