Skip to content

Commit

Permalink
Chore/update ts build (#42)
Browse files Browse the repository at this point in the history
* make sure index.d.ts correctly emitted

* update package version

* make sure types included
  • Loading branch information
jamesholcombe authored Nov 7, 2024
1 parent 6104048 commit e56cf17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groundup-dev/ags",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
2 changes: 0 additions & 2 deletions ags/src/types.d.ts → ags/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export interface AgsRaw {
[key: string]: GroupRaw;
}

type AgsDictionaryGroups = "TYPE" | "UNIT" | "ABBR" | "DICT" | "PROJ" | "TRAN";

export interface AgsDictionary extends AgsRaw {
TYPE: GroupRaw;
UNIT: GroupRaw;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e56cf17

Please sign in to comment.