Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwarz committed Oct 4, 2017
1 parent 029fa8c commit acd5f73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = function(grunt) {
options: {
report: 'gzip',
mangle:{
except: ['proj4','Projection','Point']
reserved: ['proj4','Projection','Point']
},
},
all: {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"author": "",
"license": "MIT",
"devDependencies": {
"chai": "~1.8.1",
"chai": "~4.1.2",
"curl": "git://github.com/cujojs/curl.git",
"grunt": "^1.0.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-connect": "~0.6.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~0.11.1",
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-rollup": "^1.0.1",
"istanbul": "~0.2.4",
"mocha": "~1.17.1",
"rollup": "^0.41.4",
"rollup-plugin-json": "^2.0.1",
"rollup-plugin-node-resolve": "^2.0.0",
"tin": "~0.4.0"
"grunt-contrib-uglify": "~3.1.0",
"grunt-mocha-phantomjs": "~4.0.0",
"grunt-rollup": "^6.0.0",
"istanbul": "~0.4.5",
"mocha": "~4.0.0",
"rollup": "^0.50.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"tin": "~0.5.0"
},
"dependencies": {
"mgrs": "1.0.0",
Expand Down

0 comments on commit acd5f73

Please sign in to comment.