Skip to content

Commit 7c11ef5

Browse files
Fix release files (#29)
1 parent d133487 commit 7c11ef5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
"name": "@CheckmarxDev/ast-cli-javascript-wrapper",
33
"version": "0.0.36",
44
"description": "AST CLI Javascript wrapper",
5-
"main": "dist/CxAuth.js",
6-
"typings": "dist/CxAuth.d.ts",
5+
"main": "dist/main/wrapper/CxWrapper.js",
6+
"typings": "dist/main/wrapper/CxWrapper.d.ts",
77
"files": [
8-
"dist/main/resources/cx*",
9-
"dist/main/*.ts",
10-
"dist/main/*.js",
11-
"dist/main/*.map",
12-
"jest.config.js",
13-
"jest.setup.js",
8+
"dist/main/**/*",
149
"README.md"
1510
],
1611
"dependencies": {

0 commit comments

Comments
 (0)