Package Exports
- @upbond/auth-spa-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@upbond/auth-spa-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
inspired by auth
https://github.com/auth/auth-spa-js/
Mac overflow
https://github.com/meteor/meteor/issues/8057
echo kern.maxfiles=65536 | sudo tee -a /etc/sysctl.conf
echo kern.maxfilesperproc=65536 | sudo tee -a /etc/sysctl.conf
sudo sysctl -w kern.maxfiles=65536
sudo sysctl -w kern.maxfilesperproc=65536
ulimit -n 65536 65536 brew update
brew install watchmanpublish
git tag -a v0.0.1 -m "upbond version v0.0.1"
git push origin tags/v0.0.1
npm publish ./ --access publicnpm version major
v1.0.0 から v2.0.0 へ変更
npm version minor
v1.0.0 から v1.1.0 へ変更
npm version patch
v1.0.0 から v1.0.1 へ変更
npm version patch
npm publish ./ --access public