Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 3bc8aa5

Browse files
committed
Add typescript
1 parent 52119d1 commit 3bc8aa5

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

package-lock.json

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@
99
"type": "git",
1010
"url": "git+https://github.com/PythonCoderAS/array-string-map.git"
1111
},
12-
"keywords": ["array", "string", "map"],
12+
"keywords": [
13+
"array",
14+
"string",
15+
"map"
16+
],
1317
"author": "",
1418
"license": "GNU General Public License v3.0",
1519
"bugs": {
1620
"url": "https://github.com/PythonCoderAS/array-string-map/issues"
1721
},
18-
"homepage": "https://github.com/PythonCoderAS/array-string-map#readme"
22+
"homepage": "https://github.com/PythonCoderAS/array-string-map#readme",
23+
"devDependencies": {
24+
"typescript": "^4.5.4"
25+
}
1926
}

0 commit comments

Comments
 (0)