Skip to content

Commit

Permalink
Add corejs package to devPackages.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcate committed May 19, 2020
1 parent 88cdba5 commit a583a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-leaflet-minimap",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Vue2Leaflet wrapper for the Leaflet-MiniMap control plugin.",
"main": "dist/vue-leaflet-minimap.umd.min.js",
"module": "dist/vue-leaflet-minimap.common.js",
Expand All @@ -26,7 +26,6 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.4",
"leaflet-minimap": "^3.6.1",
"vue2-leaflet": "^2.5.2"
},
Expand All @@ -36,6 +35,7 @@
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.4",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
Expand Down

0 comments on commit a583a46

Please sign in to comment.