We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc21fef commit 35229a4Copy full SHA for 35229a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "extend-bases",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A simple library for multiple inheritance in JavaScript.",
5
"repository": "https://github.com/aryan-programmer/extend-bases",
6
"author": "[email protected]",
@@ -20,5 +20,21 @@
20
},
21
"scripts": {
22
"test": "yarn jest"
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
+ ]
40
}
0 commit comments