dotdata_widgets 1.5.0-b2.dev4.g1246889a → 1.5.0-b2.dev6.gd1526c49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +12 -12
  2. package/package.json +9 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotdata_widgets",
3
- "version": "1.5.0-b2.dev4.g1246889a",
3
+ "version": "1.5.0-b2.dev6.gd1526c49",
4
4
  "description": "A dotdata widget",
5
5
  "keywords": [
6
6
  "dotdata",
@@ -108,8 +108,14 @@
108
108
  "bundled": false,
109
109
  "singleton": true
110
110
  },
111
- "react": false,
112
- "react-dom": false
111
+ "react": {
112
+ "bundled": true,
113
+ "singleton": true
114
+ },
115
+ "react-dom": {
116
+ "bundled": true,
117
+ "singleton": true
118
+ }
113
119
  }
114
120
  }
115
121
  }