git ssb

0+

cel-desktop / ssb-pkg



Commit 0961d22f3e0203996ee0993e69cd947649f3f327

Fix things

- Update pkg-fetch
- Fix error
- Add install.sh to package
cel committed on 5/12/2020, 1:11:14 AM
Parent: e1a1630f31c55420ca08a2a8e36296e3c202f1b1

Files changed

README.mdchanged
lib/walker.jschanged
package.jsonchanged
README.mdView
@@ -27,9 +27,9 @@
2727
2828 Install using [ssb-npm](%iqhz/sQCZCSp91JYAqfQPzHuDYrjw1geKPf1wJ1CvlA=.sha256):
2929
3030 ```sh
31-ssb-npm install -g ssb-pkg --branch %oOTvQZfr4k4oJmTJmO7e630scKI+hvU8GhUI7AIj8uU=.sha256
31 +ssb-npm install -g ssb-pkg --branch %oOTvQZfr4k4oJmTJmO7e630scKI+hvU8GhUI7AIj8uU=.sha256,%myy9ODF0DaQUTOR3Mi79BAckYZ/gKyk8x64TtEu/zLo=.sha256
3232 ```
3333
3434 After installing it, run `ssb-pkg --help` without arguments to see list of options.
3535
lib/walker.jsView
@@ -575,13 +575,13 @@
575575 }
576576 })
577577 if (!foundNativeModule) {
578578 throw new Error('Missing native module for '
579- + platformArch + ' (' + Object.keys(nodeRanges).join(', ') + ')')
579 + + platformArch + ' (' + majorRange + ')')
580580 }
581581 if (!foundSharedLib) {
582582 throw new Error('Missing shared library for '
583- + platformArch + ' (' + Object.keys(nodeRanges).join(', ') + ')')
583 + + platformArch + ' (' + majorRange + ')')
584584 }
585585 filesToAdd.map(function (name) {
586586 return path.join(dir, name)
587587 }).filter(function (file) {
package.jsonView
@@ -13,9 +13,10 @@
1313 },
1414 "files": [
1515 "lib-es5/*.js",
1616 "dictionary/*.js",
17- "prelude/*.js"
17 + "prelude/*.js",
18 + "prelude/*.sh"
1819 ],
1920 "babel": {
2021 "plugins": [
2122 "@babel/plugin-transform-async-to-generator",
@@ -41,9 +42,9 @@
4142 "globby": "^11.0.0",
4243 "into-stream": "^5.1.1",
4344 "minimist": "^1.2.5",
4445 "multistream": "^2.1.1",
45- "pkg-fetch": "^2.6.7",
46 + "pkg-fetch": "^2.6.8",
4647 "progress": "^2.0.3",
4748 "resolve": "^1.15.1",
4849 "stream-meter": "^1.0.4"
4950 },

Built with git-ssb-web