@anthor/core-express
Advanced tools
Comparing version 0.0.0 to 0.1.0-alpha.0
@@ -11,2 +11,13 @@ # Change Log | ||
* starting... ([408cd07](https://github.com/anthorteam/backend/commit/408cd074119f78a4a0a63e04750461fc0828084e)) | ||
# 0.1.0-alpha.0 (2020-05-26) | ||
### Features | ||
* starting... ([74d4529](https://github.com/anthorteam/backend/commit/74d45291b5b44cd0b5094f9a11d6a5c1c7bcf7a5)) |
{ | ||
"name": "@anthor/core-express", | ||
"version": "0.0.0", | ||
"registry": "https://registry.npmjs.org", | ||
"version": "0.1.0-alpha.0", | ||
"publishConfig": { | ||
@@ -17,5 +16,5 @@ "access": "public" | ||
"compile": "tsc -b tsconfig.build.json", | ||
"publish": "echo $NPM_TOKEN && npm whoami", | ||
"publish": "cp ../../../.*rc ./ && npm publish --a", | ||
"dev": "NODE_ENV=development nodemon -L --watch '../**/*.ts' --exec 'ts-node -r tsconfig-paths/register' src/index.ts" | ||
} | ||
} |
1037