Skip to content

Commit

Permalink
Merge pull request #17 from bhufmann/chrome
Browse files Browse the repository at this point in the history
Update project metadata and add for Chrome launcher
  • Loading branch information
bhufmann authored Jul 30, 2020
2 parents 20c4e6a + e7695f5 commit 254bdbc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
// For more informa newPos = states[elIndex].range.start;tion, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Start in Chrome",
"webRoot": "${workspaceRoot}",
"url": "http://localhost:8080",
"sourceMaps": true,
"sourceMapPathOverrides": {
"timeline-chart:///./js/": "${workspaceRoot}/timeline-chart/lib/**/.js",
"timeline-chart:///js/": "${workspaceRoot}/timeline-chart/lib/**/.js"
}
},
{
"type": "firefox",
"request": "launch",
Expand Down
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 254bdbc

Please sign in to comment.