mapicgc-gl-js 0.0.65 → 0.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "mapicgc-gl-js",
3
- "homepage": "https://autogitlab.icgc.local/geostarters/icgc/mapicgc/mapicgc-gl-js",
4
- "version": "0.0.65",
3
+ "homepage": "https://openicgc.github.io/mapicgc-doc/",
4
+ "version": "0.0.66",
5
5
  "description": "mapicgc-gl-js library",
6
- "author": "ICGC",
6
+ "author": "Institut Cartogràfic i Geològic de Catalunya",
7
7
  "license": "BSD-3-Clause",
8
- "keywords": [
8
+ "keywords": [
9
9
  "map",
10
10
  "js",
11
11
  "webmap",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/OpenICGC/mapicgc-gl-js.git"
18
+ "url": "git+https://github.com/OpenICGC/mapicgc-gl-js.git"
19
19
  },
20
20
  "contributors": [
21
21
  {
@@ -36,7 +36,7 @@
36
36
  "build-all": "npm-run-all build && node nodeDeploy.js",
37
37
  "build": "vite build",
38
38
  "preview": "vite preview",
39
- "publish": "npm publish --access public",
39
+ "publish": "npm publish --access public",
40
40
  "setConfig": "node nodeSetConfig.js"
41
41
  },
42
42
  "devDependencies": {