Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Call "js" instead of "nodejs" to make Snap CI happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Jul 16, 2014
1 parent a5acd2e commit fbbdcc0
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 @@ -7,7 +7,7 @@
"version": "0.0.0",
"description": "",
"scripts": {
"test": "nodejs -e \"require('grunt').tasks(['test']);\""
"test": "js -e \"require('grunt').tasks(['test']);\""
},
"author": "Kevin Wilson",
"devDependencies": {
Expand Down

0 comments on commit fbbdcc0

Please sign in to comment.