update Jakefile comment

This commit is contained in:
Vladimir Agafonkin 2013-02-07 19:00:15 +02:00
parent efbdfd89a7
commit 4492d8f92d
2 changed files with 4 additions and 5 deletions

View File

@ -4,11 +4,10 @@ Leaflet building, testing and linting scripts.
To use, install Node, then run the following commands in the project root:
npm install -g jake
npm install uglify-js
npm install jshint
npm install testacular
npm install
To check the code and build Leaflet from source, run "jake"
To check the code for errors and build Leaflet from source, run "jake".
To run the tests, run "jake test".
For a custom build, open build/build.html in the browser and follow the instructions.
*/

View File

@ -1,6 +1,6 @@
{
"name": "Leaflet",
"version": "0.5.0",
"version": "0.6",
"description": "JavaScript library for mobile-friendly interactive maps",
"dependencies": {
"jshint": "~0.9.1",