Skip to content

Commit

Permalink
add missing types for recommended addon-centered imports (#8120)
Browse files Browse the repository at this point in the history
add missing types for recommended addon-centered imports

Co-authored-by: Michael Shilman <michael@lab80.co>
Co-authored-by: Norbert de Langen <ndelangen@me.com>
  • Loading branch information
ndelangen and shilman committed Oct 14, 2019
1 parent 81335e2 commit b13ca05
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
2 changes: 2 additions & 0 deletions addons/centered/ember.d.ts
@@ -0,0 +1,2 @@
import centered from './dist/ember';
export default centered;
2 changes: 2 additions & 0 deletions addons/centered/html.d.ts
@@ -0,0 +1,2 @@
import centered from './dist/html';
export default centered;
2 changes: 2 additions & 0 deletions addons/centered/mithril.d.ts
@@ -0,0 +1,2 @@
import centered from './dist/mithril';
export default centered;
12 changes: 2 additions & 10 deletions addons/centered/package.json
Expand Up @@ -20,16 +20,8 @@
"files": [
"dist/**/*",
"README.md",
"angular.js",
"angular.d.ts",
"ember.js",
"html.js",
"mithril.js",
"preact.js",
"rax.js",
"react.js",
"svelte.js",
"vue.js"
"*.js",
"*.d.ts"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions addons/centered/preact.d.ts
@@ -0,0 +1,2 @@
import centered from './dist/preact';
export default centered;
2 changes: 2 additions & 0 deletions addons/centered/react.d.ts
@@ -0,0 +1,2 @@
import centered from './dist/react';
export default centered;
2 changes: 2 additions & 0 deletions addons/centered/svelte.d.ts
@@ -0,0 +1,2 @@
import centered from './dist/svelte';
export default centered;
2 changes: 2 additions & 0 deletions addons/centered/vue.d.ts
@@ -0,0 +1,2 @@
import centered from './dist/vue';
export default centered;

0 comments on commit b13ca05

Please sign in to comment.