npm_microservice 1.0.28 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,9 @@ copy folder dist => dự án
28
28
  Kiểm thử
29
29
  ```
30
30
 
31
+ npm run build
31
32
  npm version patch --no-git-tag-version # lên 1.0.3
32
33
  git add package.json package-lock.json
33
34
  git commit -m "chore: bump version to 1.0.3"
34
- npm publish --access public
35
+ npm publish --access public
36
+ git push
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm_microservice",
3
- "version": "1.0.28",
3
+ "version": "1.0.31",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "exports": {