Skip to content

Commit 35229a4

Browse files
Added keywords
1 parent fc21fef commit 35229a4

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extend-bases",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple library for multiple inheritance in JavaScript.",
55
"repository": "https://github.com/aryan-programmer/extend-bases",
66
"author": "[email protected]",
@@ -20,5 +20,21 @@
2020
},
2121
"scripts": {
2222
"test": "yarn jest"
23-
}
23+
},
24+
"keywords": [
25+
"ts",
26+
"typescript",
27+
"inheritance",
28+
"multiple inheritance",
29+
"multiple-inheritance",
30+
"class",
31+
"klass",
32+
"oop",
33+
"object oriented",
34+
"object-oriented",
35+
"inherits",
36+
"extend",
37+
"bases",
38+
"extends"
39+
]
2440
}

0 commit comments

Comments
 (0)