Skip to content

Commit

Permalink
fix: Adding index.ts to fix importing of the color library (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillandk authored Sep 20, 2022
1 parent 6ce4580 commit f0d7b69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* @since 1.1.0
*/
export * from './lib/internal'
6 changes: 6 additions & 0 deletions lib/internal.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* @since 1.1.0
*/
export * from "./Color";
export * from './ColorConstants';
export * from './ColorUtils';
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"email": "kgilland@caci.com"
}
],
"main": "dist/index.js",
"homepage": "https://www.nga.mil",
"engines": {
"npm": ">= 8.x"
Expand Down

0 comments on commit f0d7b69

Please sign in to comment.