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

Commit

Permalink
fix: fix npm main file path
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Feb 11, 2021
1 parent 7014682 commit 7c27929
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"cSpell.words": [
"Playlistv",
"lcov",
"npmrc",
"sndcdn",
"urlify"
],
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "opensoundcloud",
"version": "0.0.4",
"description": "A thin SoundCloud API, APIv2 and web-scrape wrapper written in TypeScript.",
"main": "lib/src/index.js",
"main": "lib/index.js",
"files": [
"lib/**/*"
"lib/**/*",
".npmrc"
],
"engines": {
"node": ">=12.0.0"
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
</a>
</p>

<p align="center">
<a target="_blank" href="https://wakatime.com/badge/github/cloudr-app/opensoundcloud" alt="downloads">
<img src="https://wakatime.com/badge/github/cloudr-app/opensoundcloud.svg">
</a>
</p>

<div align="center">
<h3>soon</h3>
</div>

0 comments on commit 7c27929

Please sign in to comment.