Skip to content

Commit 9a8d5e6

Browse files
committed
v4.0, publish the typescript version to npm
1 parent c796a26 commit 9a8d5e6

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.nyc_output
21
package-lock.json
2+
node_modules
33
.idea

package.json

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,19 @@
11
{
22
"name": "morse-decoder",
3-
"version": "3.0.1",
4-
"description": "Morse code translator, Morse encoder and decoder which can also generate audio.",
3+
"version": "4.0.0",
4+
"description": "Morse code translator and decoder, which can also play audio.",
55
"keywords": [
66
"morse",
7-
"morsify",
87
"morse alphabet",
9-
"morse audio",
10-
"morse characters",
118
"morse code",
129
"morse decoder",
1310
"morse encoder",
1411
"morse translator",
15-
"morse code translator",
16-
"samuel morse",
17-
"codigo morse",
18-
"codice morse",
19-
"морзе",
20-
"азбука морзе",
21-
"mors kodu",
22-
"mors alfabesi",
23-
"kod morse'a",
24-
"모스 부호",
25-
"モールス信号",
26-
"摩爾斯電碼",
27-
"รหัสมอร์ส",
28-
"קוד מורס",
29-
"شفرة مورس"
12+
"morse code translator"
3013
],
3114
"license": "MIT",
32-
"homepage": "https://github.com/ozdemirburak/morse-decoder",
33-
"author": "Burak Özdemir (https://ozdemirburak.com)",
15+
"homepage": "https://morsedecoder.com",
16+
"author": "Burak Özdemir",
3417
"repository": {
3518
"type": "git",
3619
"url": "https://github.com/ozdemirburak/morse-decoder.git"

0 commit comments

Comments
 (0)