Skip to content

Commit

Permalink
fix(profiler): rebuild from source the correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke committed Feb 11, 2017
1 parent dfba6d3 commit b356172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release-pre": "semantic-release pre",
"semantic-release-post": "semantic-release post",
"install": "npm i v8-profiler --build-from-source || exit 0"
"install": "npm i @risingstack/v8-profiler --build-from-source || exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b356172

Please sign in to comment.