File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nodeos/nodegit" ,
3
- "version" : " 0.20.4 " ,
3
+ "version" : " 0.20.5 " ,
4
4
"description" : " Generates a Nodegit module for NodeOS" ,
5
- "main" : " dist/nodegit .js" ,
5
+ "main" : " index .js" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/luii/nodeos-nodegit.git"
14
14
" native"
15
15
],
16
16
"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/package.json > ./package.json ) || 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/index.js > ./index.js ) || npm run build" ,
18
18
"build" : " scripts/build" ,
19
19
"unbuild" : " scripts/unbuild" ,
20
20
"prebuilds" : " scripts/prebuilds"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nodeos/nodegit" ,
3
- "version" : " 0.20.4 " ,
3
+ "version" : " 0.20.5 " ,
4
4
"description" : " Generates a Nodegit module for NodeOS" ,
5
5
"main" : " dist/nodegit.js" ,
6
6
"repository" : {
14
14
" native"
15
15
],
16
16
"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" ,
18
18
"build" : " scripts/build" ,
19
19
"unbuild" : " scripts/unbuild" ,
20
20
"prebuilds" : " scripts/prebuilds"
You can’t perform that action at this time.
0 commit comments