aport-tools 1.0.1 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
package/index.ts ADDED
@@ -0,0 +1 @@
1
+ export { default as ButtonComponent } from "./src/Button";
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "aport-tools",
3
- "version": "1.0.1",
4
- "description": "",
5
-
3
+ "version": "1.0.11",
4
+ "description": "Aport mobile Tools with moder and minimalistic design",
5
+ "main": "index.ts",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
package/tsconfig.json CHANGED
@@ -20,7 +20,7 @@
20
20
  ]
21
21
  },
22
22
  "include": [
23
- "src" ],
23
+ "src", "index.ts" ],
24
24
  "exclude": [
25
25
  "node_modules",
26
26
  "dist",
package/src/index.ts DELETED
@@ -1 +0,0 @@
1
- export { default as ButtonComponent } from "./Button";