Merge pull request #5 from mentatxx/master
Fixed usage with module imports
正在显示
dist/redis-core.module.d.ts
0 → 100644
dist/redis-core.module.js
0 → 100644
lib/redis-core.module.ts
0 → 100644
... | ... | @@ -9,7 +9,7 @@ |
"url": "https://github.com/kyknow/nestjs-redis" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf dist && tsc -p tsconfig.json", | ||
"build": "rimraf dist && tsc -p tsconfig.json", | ||
"precommit": "lint-staged", | ||
"prepublish:npm": "yarn run build", | ||
"publish:npm": "yarn publish --access public", | ||
... | ... | @@ -23,6 +23,7 @@ |
"@types/ioredis": "^4.0.4", | ||
"@types/uuid": "^3.4.4", | ||
"ioredis": "^4.2.0", | ||
"reflect-metadata": "^0.1.12", | ||
"rxjs": "^6.2.2", | ||
"uuid": "^3.3.2" | ||
}, | ||
... | ... | @@ -31,6 +32,7 @@ |
"@types/node": "^10.7.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"jest": "^23.6.0", | ||
"rimraf": "^2.6.3", | ||
"ts-jest": "^23.10.5", | ||
"typescript": "^2.4.2" | ||
}, | ||
... | ... |
请
注册
或者
登录
后发表评论