@ecip/roadnet
v1.0.6
Published
保证多次发布均至同一仓库 ~~~ { "name": "@ecip/roadnet", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC" }
Downloads
10
Readme
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