campus-stats 0.4.0 → 0.4.1
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/CHANGELOG.md +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.1
|
|
4
|
+
|
|
5
|
+
- Point npm `repository` / `homepage` / `bugs` at the public docs project
|
|
6
|
+
[`marina34/campus-docs`](https://gitlab.com/marina34/campus-docs)
|
|
7
|
+
(and Pages site), not the private source repo
|
|
8
|
+
|
|
3
9
|
## 0.4.0
|
|
4
10
|
|
|
5
11
|
- **Rename (npm):** package **`campus`** → **`campus-stats`** so public
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "campus-stats",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Campus — installable women's football data layer for apps (clubs, national teams, matches, fantasy points)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
],
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
45
|
-
"url": "git+https://gitlab.com/marina34/campus.git"
|
|
45
|
+
"url": "git+https://gitlab.com/marina34/campus-docs.git"
|
|
46
46
|
},
|
|
47
|
-
"homepage": "https://gitlab.
|
|
47
|
+
"homepage": "https://marina34.gitlab.io/campus-docs/",
|
|
48
48
|
"bugs": {
|
|
49
|
-
"url": "https://gitlab.com/marina34/campus/-/issues"
|
|
49
|
+
"url": "https://gitlab.com/marina34/campus-docs/-/issues"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"devDependencies": {
|