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