rx-compo 1.0.1 → 1.0.2

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/es/index.js +6 -6
  2. package/package.json +1 -1
package/es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import * as components from 'rx-compo/es/components';
2
- export * from 'rx-compo/es/components';
3
-
1
+ import * as components from 'rx-compo/es/components';
2
+ export * from 'rx-compo/es/components';
3
+
4
4
  const install = (app) => {
5
5
  Object.entries(components).forEach(([name, component]) => {
6
6
  app.component(name, component);
@@ -8,6 +8,6 @@ const install = (app) => {
8
8
  };
9
9
  var index = {
10
10
  install
11
- };
12
-
13
- export { index as default };
11
+ };
12
+
13
+ export { index as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rx-compo",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "lib/index.js",