@ubs-platform/nest-microservice-setup-util 1.0.6 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ubs-platform/nest-microservice-setup-util",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.9",
|
4
4
|
"private": false,
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"author": "Unlimited Bundle Systems",
|
@@ -9,6 +9,7 @@
|
|
9
9
|
"type": "git",
|
10
10
|
"url": "https://github.com/ubs-platform/nest-microservice-setup-util"
|
11
11
|
},
|
12
|
+
"license": "MIT",
|
12
13
|
"scripts": {
|
13
14
|
"build": "tsc",
|
14
15
|
"build-publish": "npm run build && npm publish"
|