@gaias/globalstorage
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

globalstorage

npm config ls -l

publish project to npm registry

npm login username: xxx password:xxx email:xxxx

Config repository

npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz npm config set registry=https://registry.npmjs.org/

npm config set registry https://registry.npmjs.org

add .npmrc file

registry=https://registry.npmjs.org/ _auth=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 strict-ssl=false always-auth=true

edit package.json

"publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" },

publish project

npm publish --access public

change version package.json & update version

yarn prepublish (package.json) npm publish --access public

Readme

Keywords

none

Package Sidebar

Install

npm i @gaias/globalstorage

Weekly Downloads

1

Version

1.0.0

License

UNLICENSED

Unpacked Size

6.67 kB

Total Files

10

Last publish

Collaborators

  • yangxiangjiang