Lots of updates

This commit is contained in:
baldo 2016-05-16 13:33:49 +02:00
commit 39e7af6238
454 changed files with 221168 additions and 36622 deletions

View file

@ -19,7 +19,7 @@
"grunt-contrib-qunit": "~0.2.0",
"grunt-text-replace": "~0.3.6",
"grunt-contrib-jshint": "~0.6.2",
"phantomjs": "~1.8.0",
"phantomjs": ">=1.8.0",
"grunt-jslint": "~1.0.0",
"time-grunt": "~0.3.1",
"load-grunt-tasks": "~0.4.0"
@ -31,7 +31,8 @@
}
],
"files": [
"geolib.js"
"dist/geolib.js",
"dist/geolib.elevation.js"
],
"description": "Library to perform geo specific tasks",
"keywords": [
@ -46,6 +47,6 @@
"scripts": {
"test": "grunt travis --verbose"
},
"version": "2.0.9",
"main": "./geolib"
}
"version": "2.0.21",
"main": "dist/geolib.js"
}