Skip to content

Commit

Permalink
fix: release proper files
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Feb 4, 2020
1 parent b2951dd commit 02ab203
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "",
"main": "./dist/typescript-generic-datastructures.js",
"types": "./dist/types/index.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsnd --respawn ./src/examples/index.ts",
"build": "run-p build:js build:types",
Expand All @@ -12,6 +15,15 @@
"semantic-release": "semantic-release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"data structures",
"datastructures",
"data-structure",
"typescript",
"javascript",
"linked list",
"graph"
],
"release": {
"branches": [
"master",
Expand All @@ -22,7 +34,6 @@
}
]
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit 02ab203

Please sign in to comment.