@sedoo/unidoo 0.1.6 → 0.1.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sedoo/unidoo",
3
- "version": "0.1.6",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build --target lib --name unidoo src/plugin.js",
@@ -9,7 +9,7 @@
9
9
  "docs:build": "vuepress build docs"
10
10
  },
11
11
  "comments": {
12
- "scripts": "The npm run build is used by github for publishing. It musn't be removed"
12
+ "scripts": "The build and docs:build script are used in the continuous integration process. They musn't be removed."
13
13
  },
14
14
  "files": [
15
15
  "dist",
@@ -77,11 +77,11 @@
77
77
  "module": "./dist/unidoo.umd.min.js",
78
78
  "repository": {
79
79
  "type": "git",
80
- "url": "git+https://github.com/sedoo/unidoo.git"
80
+ "url": "git+https://gitlab.in2p3.fr/sedoo/unidoo.git"
81
81
  },
82
82
  "author": "SEDOO",
83
83
  "bugs": {
84
- "url": "https://github.com/sedoo/unidoo/issues"
84
+ "url": "https://gitlab.in2p3.fr/sedoo/unidoo/-/issues"
85
85
  },
86
- "homepage": "https://github.com/sedoo/unidoo#readme"
86
+ "homepage": "https://sedoo.pages.in2p3.fr/unidoo"
87
87
  }