Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Sep 1, 2017
1 parent c2c8f10 commit 11648d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"url": "https://github.com/maptalks/maptalks.markercluster.git"
},
"main": "dist/maptalks.markercluster.js",
"module": "index.js",
"module": "dist/maptalks.markercluster.es.js",
"jsnext:main": "dist/maptalks.markercluster.es.js",
"scripts": {
"preversion": "npm test",
"version": "gulp minify && git add -A dist",
Expand Down Expand Up @@ -37,7 +38,7 @@
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"maptalks": "^0.26.3",
"maptalks-build-helpers": "^0.3.0",
"maptalks-build-helpers": "^0.4.2",
"minimist": "^1.2.0",
"mocha": "^2.4.5"
},
Expand Down

0 comments on commit 11648d5

Please sign in to comment.