We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29df36a commit a25fea5Copy full SHA for a25fea5
1 file changed
package.json
@@ -3,6 +3,7 @@
3
"version": "0.1.0",
4
"description": "The Content Management API is used to manage the content of your Contentstack account",
5
"main": "dist/node/contentstack.js",
6
+ "browser": "dist/web/contentstack.js",
7
"directories": {
8
"test": "test"
9
},
@@ -58,10 +59,7 @@
58
59
"@types/mocha": "^7.0.2",
60
"axios-mock-adapter": "^1.18.2",
61
"babel-loader": "^8.1.0",
- "babel-plugin-add-module-exports": "^1.0.2",
62
"babel-plugin-rewire": "^1.2.0",
63
- "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
64
- "babel-plugin-transform-runtime": "^6.23.0",
65
"babel-polyfill": "^6.26.0",
66
"chai": "^4.2.0",
67
"docdash": "^1.2.0",
0 commit comments