We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4c609e + 9449294 commit adcdf80Copy full SHA for adcdf80
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "contentstack",
3
- "version": "3.2.0",
+ "version": "3.2.1",
4
"description": "Contentstack Javascript SDK",
5
"homepage": "https://www.contentstack.com/",
6
"author": {
react-native.js
@@ -0,0 +1 @@
+module.exports = require('./dist/react-native/contentstack');
web.js
+module.exports = require('./dist/web/contentstack');
0 commit comments