This commit is contained in:
Jamie Wong
2018-08-11 22:05:39 -07:00
parent 7368e15396
commit 558e98d24d
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -2,8 +2,12 @@
### Added
## [0.5.1] - 2018-08-09
### Fixed
* Fixed broken CLI
## [0.5.0] - 2018-08-09
### Fixed
+1 -1
View File
@@ -60,7 +60,7 @@ async function main() {
throw new Error('At most one argument expected')
}
let urlToOpen = 'file://' + path.resolve(__dirname, './dist/release/index.html')
let urlToOpen = 'file://' + path.resolve(__dirname, '../dist/release/index.html')
if (process.argv.length === 3) {
const relPath = process.argv[2]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "0.5.0",
"version": "0.5.1",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",