Skip to content

Commit bcb9e76

Browse files
committed
0.0.6
1 parent 744d9d7 commit bcb9e76

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,13 +1,20 @@
11
{
22
"name": "typescript-algorithms-and-datastructures",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
88
"dist/**/*"
99
],
10-
"keywords": ["TypeScript", "Data Structure", "Algorithm", "BitArray", "Trie", "RadixTrie"],
10+
"keywords": [
11+
"TypeScript",
12+
"Data Structure",
13+
"Algorithm",
14+
"BitArray",
15+
"Trie",
16+
"RadixTrie"
17+
],
1118
"scripts": {
1219
"ci": "npm run test",
1320
"clear": "npx rimraf dist",

0 commit comments

Comments
 (0)