Skip to content

Commit

Permalink
Fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed Jan 30, 2017
1 parent 15f3862 commit 4951108
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 @@ -42,6 +42,6 @@
"test": "mocha test/smartbuffer.test.js",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha recursive test",
"fullcoverage": "node_modules/.bin/istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test",
"prepublish": "npm install -g tsc && tsc -p ./"
"prepublish": "npm install -g typescript && tsc -p ./"
}
}

0 comments on commit 4951108

Please sign in to comment.