Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in Make target
  • Loading branch information
kevinburke committed Aug 2, 2015
commit 9810b2275fe4e1300f968270b91852f0418b8ab0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test: test-unit
test-all: jshint test-missing-native test-unit test-integration test-native test-binary


udpate-npm:
update-npm:
@npm i npm --global

bench:
Expand Down