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 bbc7354 commit d64bf34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion form.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ const CONSONANTS = [
{ i: "gw~h~", o: "g^55", name: 'Aspirated labialized g sound' },
{ i: "gw~", o: "g55", name: 'Labialized g sound' },
{ 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: "'", o: "'", name: 'Lack of sound, glottal stop' },
{ 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.3",
"version": "4.2.4",
"main": "form.js",
"dependencies": {
"@lancejpollard/script-tree": "^1.1.0"
Expand Down

0 comments on commit d64bf34

Please sign in to comment.