提交 4c9215ec authored 作者: Stanislav V Vyaliy's avatar Stanislav V Vyaliy

package version rename

上级 294b467f
{ {
"name": "nestjs-ioredis", "name": "nestjs-ioredis",
"version": "1.3.1", "version": "1.3.1",
"description": "a nestjs redis module", "description": "a NestJS ioredis module",
"author": "zzy", "author": "zzy",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/wisekaa03/nestjs-ioredis" "url": "https://github.com/wisekaa03/nestjs-ioredis.git"
}, },
"scripts": { "scripts": {
"build": "rimraf dist && tsc -p tsconfig.json", "build": "rimraf dist && tsc -p tsconfig.json",
"precommit": "lint-staged", "precommit": "lint-staged",
"prepublish:npm": "yarn run build", "prepublish": "yarn run build",
"publish:npm": "yarn publish --access public", "publish-public": "yarn publish --access public",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"test:cov": "jest --coverage", "test:cov": "jest --coverage",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论