We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d133487 commit 7c11ef5Copy full SHA for 7c11ef5
package.json
@@ -2,15 +2,10 @@
2
"name": "@CheckmarxDev/ast-cli-javascript-wrapper",
3
"version": "0.0.36",
4
"description": "AST CLI Javascript wrapper",
5
- "main": "dist/CxAuth.js",
6
- "typings": "dist/CxAuth.d.ts",
+ "main": "dist/main/wrapper/CxWrapper.js",
+ "typings": "dist/main/wrapper/CxWrapper.d.ts",
7
"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",
+ "dist/main/**/*",
14
"README.md"
15
],
16
"dependencies": {
0 commit comments