Skip to content

Commit ef16451

Browse files
authored
Merge pull request #8 from emyann/fix/release-files
fix: release proper files
2 parents 13ec414 + 02ab203 commit ef16451

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "",
55
"main": "./dist/typescript-generic-datastructures.js",
66
"types": "./dist/types/index.ts",
7+
"files": [
8+
"dist"
9+
],
710
"scripts": {
811
"start": "tsnd --respawn ./src/examples/index.ts",
912
"build": "run-p build:js build:types",
@@ -12,6 +15,15 @@
1215
"semantic-release": "semantic-release",
1316
"test": "echo \"Error: no test specified\" && exit 1"
1417
},
18+
"keywords": [
19+
"data structures",
20+
"datastructures",
21+
"data-structure",
22+
"typescript",
23+
"javascript",
24+
"linked list",
25+
"graph"
26+
],
1527
"release": {
1628
"branches": [
1729
"master",
@@ -22,7 +34,6 @@
2234
}
2335
]
2436
},
25-
"keywords": [],
2637
"author": "",
2738
"license": "ISC",
2839
"devDependencies": {

0 commit comments

Comments
 (0)