Skip to content

Commit

Permalink
Addon-knobs: migrate deprecated entrypoints to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio-martinez committed Jul 8, 2019
1 parent 8a1219e commit 98235fc
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion addons/knobs/angular.js

This file was deleted.

1 change: 1 addition & 0 deletions addons/knobs/angular.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/deprecated';
1 change: 0 additions & 1 deletion addons/knobs/html.js

This file was deleted.

1 change: 1 addition & 0 deletions addons/knobs/html.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/deprecated';
1 change: 0 additions & 1 deletion addons/knobs/marko.js

This file was deleted.

1 change: 1 addition & 0 deletions addons/knobs/marko.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/deprecated';
1 change: 0 additions & 1 deletion addons/knobs/mithril.js

This file was deleted.

1 change: 1 addition & 0 deletions addons/knobs/mithril.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/deprecated';
1 change: 0 additions & 1 deletion addons/knobs/polymer.js

This file was deleted.

1 change: 1 addition & 0 deletions addons/knobs/polymer.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/deprecated';
1 change: 0 additions & 1 deletion addons/knobs/react.js

This file was deleted.

1 change: 1 addition & 0 deletions addons/knobs/react.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/deprecated';
File renamed without changes.
1 change: 0 additions & 1 deletion addons/knobs/vue.js

This file was deleted.

1 change: 1 addition & 0 deletions addons/knobs/vue.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/deprecated';

0 comments on commit 98235fc

Please sign in to comment.