Skip to content

Commit 92d81b5

Browse files
committed
Rollback to 0.20.3
1 parent e8017fb commit 92d81b5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nodeos/nodegit",
3-
"version": "0.20.5",
2+
"name": "nodeos-nodegit",
3+
"version": "0.20.3",
44
"description": "Generates a Nodegit module for NodeOS",
55
"main": "index.js",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"native"
1515
],
1616
"scripts": {
17-
"install": "(prebuild-install https://github.com/luii/nodeos-nodegit/releases/download/v{version}/nodegit-v{version}-{runtime}-{abi}-{platform}-{arch}.tar.gz && cat ./resources/index.js > ./index.js) || npm run build",
17+
"install": "(prebuild-install https://github.com/luii/nodeos-nodegit/releases/download/v{version}/nodegit-v{version}-{runtime}-{abi}-{platform}-{arch}.tar.gz && cat ./resources/package.json > ./package.json) || npm run build",
1818
"build": "scripts/build",
1919
"unbuild": "scripts/unbuild",
2020
"prebuilds": "scripts/prebuilds"

resources/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nodeos/nodegit",
3-
"version": "0.20.5",
2+
"name": "nodeos-nodegit",
3+
"version": "0.20.3",
44
"description": "Generates a Nodegit module for NodeOS",
55
"main": "dist/nodegit.js",
66
"repository": {

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PATH=$TOOLCHAIN/bin:$PATH
1616

1717
NODE_VERSION=v`node -p "require('${NODE_DIR}/package.json').version"`
1818
NODEGIT_VERSION=`node -p "require('./package.json').version"`
19-
NODEGIT_URL=https://codeload.github.com/nodegit/nodegit/tar.gz/v0.20.3
19+
NODEGIT_URL=https://codeload.github.com/nodegit/nodegit/tar.gz/v${NODEGIT_VERSION}
2020
LIBGIT2_URL=https://codeload.github.com/nodegit/libgit2/tar.gz/da12bb8
2121

2222
# If not defined, define JOBS and get the amount of cores

0 commit comments

Comments
 (0)