Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed May 16, 2023
1 parent 761a40e commit bbc7354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions form.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const CONSONANTS = [
{ i: "g", o: "g", name: 'G sound' },
{ i: "'", o: "'", name: 'Lack of sound, glottal stop' },
{ i: "'~", o: "'3", name: 'Hard transition' },
{ i: "'!", o: "'366", name: 'Nang tone' },
{ i: "dh!", o: "d^0", name: 'Voiceless d sound' },
{ i: "d!", o: "d05", name: 'Ejective d sound' },
{ i: "d?", o: "d06", name: 'Implosive d sound' },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drumwork/tone",
"version": "4.2.2",
"version": "4.2.3",
"main": "form.js",
"dependencies": {
"@lancejpollard/script-tree": "^1.1.0"
Expand Down

0 comments on commit bbc7354

Please sign in to comment.