Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflake107 committed Apr 8, 2021
1 parent a3c0d08 commit 1efa46f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ dev/
build/
deno/
__tests__
jest.config.js
jest.config.js
.vscode/
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Simple package to search videos or channels on YouTube.

# Installation
## Node
> Minimum node version required to run this library is v14.x

```sh
$ npm i youtube-sr
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "youtube-sr",
"version": "4.0.3",
"version": "4.0.4",
"description": "Simple package to search videos or channels on YouTube.",
"main": "build/main.js",
"types": "build/main.d.ts",
"scripts": {
"build": "rd /s /q build && tsc",
"dev": "cd demo && node index.js",
"dev": "cd dev && node index.js",
"test": "jest"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"target": "ES6",
"declaration": true,
"strict": true,
"strictNullChecks": false,
Expand Down

0 comments on commit 1efa46f

Please sign in to comment.