Skip to content

Commit

Permalink
Update package.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
DonNicoJs committed Sep 27, 2020
1 parent c0ec9b7 commit ce7e2a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "@vue-leaflet/vue-leaflet",
"version": "0.1.0",
"author": "Nicolò Maria Mezzopera",
"version": "0.1.1",
"license": "MIT",
"private": false,
"sideEffects": false,
"main": "dist/vue-leaflet.common.js",
"files": [
"dist/",
"src/"
],
"repository": {
"type": "git",
"url": "git@github.com:vue-leaflet/vue-leaflet.git"
},
"scripts": {
"serve": "vue-cli-service serve ./src/playground.js",
"build": "vue-cli-service build --target lib ./src/lib.js",
Expand Down

0 comments on commit ce7e2a9

Please sign in to comment.