Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Aug 30, 2024
1 parent ba831cf commit fa4eeb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build"
],
"bin": {
"insta-who-unfollowed-me": "NODE_OPTIONS=--no-deprecation ./build/index.js"
"insta-who-unfollowed-me": "./build/index.js"
},
"keywords": [
"instagram",
Expand Down Expand Up @@ -65,6 +65,7 @@
"jest": "29.7.0",
"nodemon": "2.0.22",
"prettier": "2.8.8",
"punycode": "^2.3.1",
"rimraf": "5.0.10",
"semantic-release": "^21.0.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6226,7 +6226,7 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

punycode@^2.1.0, punycode@^2.1.1:
punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
Expand Down

0 comments on commit fa4eeb4

Please sign in to comment.