Skip to content

Commit

Permalink
update auto
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 18, 2022
1 parent 08c6390 commit ff6054a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions auto/auto.esm.js

This file was deleted.

5 changes: 5 additions & 0 deletions auto/auto.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import {Chart, registerables} from '../dist/chart.mjs';

Chart.register(...registerables);

export default Chart;
File renamed without changes.
4 changes: 2 additions & 2 deletions auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"description": "auto registering package",
"main": "auto.js",
"module": "auto.esm.js",
"types": "auto.esm.d.ts"
"module": "auto.mjs",
"types": "auto.mts"
}

0 comments on commit ff6054a

Please sign in to comment.