File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @nodeos/nodegit" ,
3- "version" : " 0.20.4 " ,
3+ "version" : " 0.20.5 " ,
44 "description" : " Generates a Nodegit module for NodeOS" ,
5- "main" : " dist/nodegit .js" ,
5+ "main" : " index .js" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/luii/nodeos-nodegit.git"
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/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" ,
1818 "build" : " scripts/build" ,
1919 "unbuild" : " scripts/unbuild" ,
2020 "prebuilds" : " scripts/prebuilds"
Original file line number Diff line number Diff line change 11{
22 "name" : " @nodeos/nodegit" ,
3- "version" : " 0.20.4 " ,
3+ "version" : " 0.20.5 " ,
44 "description" : " Generates a Nodegit module for NodeOS" ,
55 "main" : " dist/nodegit.js" ,
66 "repository" : {
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"
You can’t perform that action at this time.
0 commit comments