dotdata_widgets 1.5.0-b2.dev27.g6645690e → 1.5.0-b2.dev28.gaa787ebf

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 +1 -1
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotdata_widgets",
3
- "version": "1.5.0-b2.dev27.g6645690e",
3
+ "version": "1.5.0-b2.dev28.gaa787ebf",
4
4
  "description": "A dotdata widget",
5
5
  "keywords": [
6
6
  "dotdata",
@@ -111,11 +111,11 @@
111
111
  "singleton": true
112
112
  },
113
113
  "react": {
114
- "bundled": true,
114
+ "bundled": false,
115
115
  "singleton": true
116
116
  },
117
117
  "react-dom": {
118
- "bundled": true,
118
+ "bundled": false,
119
119
  "singleton": true
120
120
  }
121
121
  }