Skip to content

Commit

Permalink
Provide more details in package.json for publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Jul 27, 2020
1 parent bf5bda4 commit 7fdfc19
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"prepare": "yarn build",
"build": "lerna run build",
Expand All @@ -9,6 +10,20 @@
"publish:latest": "lerna publish --registry=https://registry.npmjs.org/ --exact --skip-git",
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary=next --npm-tag=next --skip-git --yes"
},
"keywords": [
"gantt",
"timeline",
"tracing",
"trace"
],
"repository": {
"type": "git",
"url": "https://github.com/theia-ide/timeline-chart"
},
"bugs": {
"url": "https://github.com/theia-ide/timeline-chart/issues"
},
"homepage": "https://github.com/theia-ide/timeline-chart",
"devDependencies": {
"@types/pixi.js": "^5.0.0",
"lerna": "2.11.0",
Expand Down

0 comments on commit 7fdfc19

Please sign in to comment.