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.
2 parents 13ec414 + 02ab203 commit ef16451Copy full SHA for ef16451
package.json
@@ -4,6 +4,9 @@
4
"description": "",
5
"main": "./dist/typescript-generic-datastructures.js",
6
"types": "./dist/types/index.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
"scripts": {
11
"start": "tsnd --respawn ./src/examples/index.ts",
12
"build": "run-p build:js build:types",
@@ -12,6 +15,15 @@
15
"semantic-release": "semantic-release",
13
16
"test": "echo \"Error: no test specified\" && exit 1"
14
17
},
18
+ "keywords": [
19
+ "data structures",
20
+ "datastructures",
21
+ "data-structure",
22
+ "typescript",
23
+ "javascript",
24
+ "linked list",
25
+ "graph"
26
27
"release": {
28
"branches": [
29
"master",
@@ -22,7 +34,6 @@
34
}
35
]
36
- "keywords": [],
37
"author": "",
38
"license": "ISC",
39
"devDependencies": {
0 commit comments