Skip to content

Commit

Permalink
Adds -f to the symlink creation to avoid npm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Apr 10, 2012
1 parent 34d9277 commit 6537790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,6 +8,6 @@
"engines" : { "node": ">=0.6" }, "engines" : { "node": ">=0.6" },
"main" : "v8-profiler", "main" : "v8-profiler",
"scripts": { "scripts": {
"postinstall": "ln -s build/Release/profiler.node profiler.node" "postinstall": "ln -sf build/Release/profiler.node profiler.node"
} }
} }

0 comments on commit 6537790

Please sign in to comment.