Skip to content

Commit

Permalink
setup examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sfggeogis committed May 6, 2024
1 parent 2e2a004 commit ab93304
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "mapicgc-gl-js",
"homepage": "https://autogitlab.icgc.local/geostarters/icgc/mapicgc/mapicgc-gl-js",
"version": "0.0.64",
"version": "0.0.65",
"description": "mapicgc-gl-js library",
"author": "ICGC",
"author": "Institut Cartogràfic i Geològic de Catalunya",
"license": "BSD-3-Clause",
"keywords": [
"keywords": [
"map",
"js",
"webmap",
Expand All @@ -15,7 +15,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/OpenICGC/mapicgc-gl-js.git"
"url": "git+https://github.com/OpenICGC/mapicgc-gl-js.git"
},
"contributors": [
{
Expand All @@ -36,7 +36,7 @@
"build-all": "npm-run-all build && node nodeDeploy.js",
"build": "vite build",
"preview": "vite preview",
"publish": "npm publish --access public",
"publish": "npm publish --access public",
"setConfig": "node nodeSetConfig.js"
},
"devDependencies": {
Expand Down

0 comments on commit ab93304

Please sign in to comment.