Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Oct 6, 2023
1 parent 930dba6 commit 35081a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import st from '@lancejpollard/script-tree'

console.log(st)
const D: Record<string, string> = {
'!': '^', // short vowel
$: '5', // variant
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nerdbond/tone",
"version": "3.0.0",
"version": "3.0.1",
"main": "host/form.js",
"license": "Apache 2.0",
"dependencies": {
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
"baseUrl": "./",
"noErrorTruncation": true,
"paths": {
"~": ["./index.js"],
"@lancejpollard/script-tree": ["./index.d.ts"]
"~": ["./index.js"]
},
"types": ["node"],
"typeRoots": ["node_modules/@types"],
"noImplicitAny": true
},
"include": [".", "index.d.ts"],
"include": [".", "package.d.ts"],
"exclude": ["node_modules", "host"]
}

0 comments on commit 35081a2

Please sign in to comment.