@dataclouder/conversation-card-nestjs 0.0.12 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dataclouder/conversation-card-nestjs",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.14",
|
4
4
|
"description": "NestJS library for cards",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
],
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsc -p tsconfig.lib.json",
|
12
|
-
"publish": "npm run build && npm version patch && npm publish"
|
12
|
+
"publish:npm": "npm run build && npm version patch && npm publish"
|
13
13
|
},
|
14
14
|
"keywords": [
|
15
15
|
"nestjs",
|