Skip to content

Commit af71d7a

Browse files
author
Aamod Pisat
committed
added react-native and web.js
1 parent 0330fcd commit af71d7a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentstack",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Contentstack Javascript SDK",
55
"homepage": "https://www.contentstack.com/",
66
"author": {

react-native.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./dist/react-native/contentstack');

web.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./dist/web/contentstack');

0 commit comments

Comments
 (0)