Skip to content

Commit

Permalink
fix: put the node-api-version dependency in the correct location (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Aug 10, 2021
1 parent 28642ec commit 3b21283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"got": "^11.7.0",
"lzma-native": "^8.0.1",
"node-abi": "^2.19.2",
"node-api-version": "^0.1.4",
"node-gyp": "^8.1.0",
"ora": "^5.1.0",
"tar": "^6.0.5",
Expand Down Expand Up @@ -73,7 +74,6 @@
"eslint": "^7.7.0",
"eslint-plugin-mocha": "^9.0.0",
"mocha": "^9.0.1",
"node-api-version": "^0.1.3",
"nyc": "^15.1.0",
"semantic-release": "^17.1.1",
"ts-node": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5002,7 +5002,7 @@ node-addon-api@^3.1.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161"
integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==

node-api-version@^0.1.3:
node-api-version@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/node-api-version/-/node-api-version-0.1.4.tgz#1ed46a485e462d55d66b5aa1fe2821720dedf080"
integrity sha512-KGXihXdUChwJAOHO53bv9/vXcLmdUsZ6jIptbvYvkpKfth+r7jw44JkVxQFA3kX5nQjzjmGu1uAu/xNNLNlI5g==
Expand Down

0 comments on commit 3b21283

Please sign in to comment.