We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b0f7f commit 78c9719Copy full SHA for 78c9719
package.json
@@ -3,6 +3,7 @@
3
"version": "4.5.2",
4
"description": "official analysysAgent javascript sdk",
5
"main": "./sdk/AnalysysAgent_JS_SDK.min.js",
6
+ "module": "./sdk/AnalysysAgent_JS_SDK.es6.min.js",
7
"scripts": {
8
"test": "jest",
9
"dev": "rollup -c rollup.config.js --watch",
0 commit comments