vue2-openlayers 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue2-openlayers",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.2",
|
4
4
|
"private": false,
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"lint": "vue-cli-service lint",
|
10
10
|
"docs:dev": "vuepress dev docs",
|
11
11
|
"docs:build": "vuepress build docs",
|
12
|
-
"lib": "vue-cli-service build --target lib ./packages/index.js --name
|
12
|
+
"lib": "vue-cli-service build --target lib ./packages/index.js --name vue2-openlayers --dest vue2-opnelayers && npm run lib-init",
|
13
13
|
"lib-init": "node -e \"const pkg = require('./package.json'); require('fs').writeFileSync('./vue2-openlayers/package.json', JSON.stringify(Object.assign({}, pkg, { version: pkg.version }), null, 2))\""
|
14
14
|
},
|
15
15
|
"dependencies": {
|