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

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
> carto@0.1.12 pretest /home/devseed/tilemill/node_modules/carto
> npm install --dev

> carto@0.1.12 test /home/devseed/tilemill/node_modules/carto
> make test

./node_modules/.bin/expresso -I lib test/*.test.js script.
  • Loading branch information
Young Hahn committed May 26, 2011
1 parent e661093 commit 9bd2355
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,9 @@
"expresso" : "= 0.7.x",
"docco" : "= 0.3.x",
"jshint" : "= 0.2.x"
},
"scripts": {
"pretest": "npm install --dev",
"test": "make test"
}
}

0 comments on commit 9bd2355

Please sign in to comment.