joye-backend-utility 6.0.2-1 → 6.0.3
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.
- package/README.md +12 -0
- package/dist/schema/user.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,2 +1,14 @@
|
|
|
1
1
|
# joye-backend-utility
|
|
2
2
|
Joye backend utility for common functions and all the database related generic functions with database connection
|
|
3
|
+
|
|
4
|
+
Use below command login npm and publish new version
|
|
5
|
+
|
|
6
|
+
`
|
|
7
|
+
npm login
|
|
8
|
+
`
|
|
9
|
+
|
|
10
|
+
and then
|
|
11
|
+
|
|
12
|
+
`
|
|
13
|
+
npm publish
|
|
14
|
+
`
|
package/dist/schema/user.js
CHANGED