1.0.6 • Published 3 years ago

@ecip/roadnet v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

package.json添加仓库信息和发布配置信息

保证多次发布均至同一仓库

{
  "name": "@ecip/roadnet",
  "version": "1.0.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}

登录npm账号

yarn login

将roadnet打包发布至npm

yarn publish --access public --non-interactive --registry=https://registry.npmjs.org/

下载npm模块包

npm i @ecip/roadnet

yarn add  @ecip/roadnet
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago