Skip to content

Commit

Permalink
fixing PoundSign (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dios-david authored and ashubham committed Oct 31, 2019
1 parent f2c3fda commit 06993c5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/es5/index.js

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

2 changes: 1 addition & 1 deletion dist/es5/index.js.map

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

2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export declare enum Key {
Two = "2",
AtSign = "@",
Three = "3",
PoundSign = "#",
PoundSign = "\u00A3",
Hash = "#",
Four = "4",
DollarSign = "$",
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

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

2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export enum Key {
Two = '2',
AtSign = '@',
Three = '3',
PoundSign = '#',
PoundSign = '£',
Hash = '#',
Four = '4',
DollarSign = '$',
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 06993c5

Please sign in to comment.