vue2-openlayers 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "vue2-openlayers",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "author": "ifyang",
6
6
  "license": "MIT",
7
+ "main": "./vue2-openlayers.common.js",
7
8
  "scripts": {
8
9
  "dev": "vue-cli-service serve",
9
10
  "build": "vue-cli-service build",