Skip to content

Commit 4492d8f

Browse files
committed
update Jakefile comment
1 parent efbdfd8 commit 4492d8f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Jakefile.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ Leaflet building, testing and linting scripts.
44
To use, install Node, then run the following commands in the project root:
55
66
npm install -g jake
7-
npm install uglify-js
8-
npm install jshint
9-
npm install testacular
7+
npm install
108
11-
To check the code and build Leaflet from source, run "jake"
9+
To check the code for errors and build Leaflet from source, run "jake".
10+
To run the tests, run "jake test".
1211
1312
For a custom build, open build/build.html in the browser and follow the instructions.
1413
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Leaflet",
3-
"version": "0.5.0",
3+
"version": "0.6",
44
"description": "JavaScript library for mobile-friendly interactive maps",
55
"dependencies": {
66
"jshint": "~0.9.1",

0 commit comments

Comments
 (0)