create-pwa-sv 1.5.1 → 1.5.2

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@ A CLI tool that streamlines the creation of typesafe Progressive Web App (PWA) p
4
4
 
5
5
  ![NPM Version](https://img.shields.io/npm/v/create-pwa-sv)
6
6
 
7
- ![GitLab Last Commit](https://img.shields.io/gitlab/last-commit/EduTherapy%2Fpwa-sv)
7
+ ![GitLab Last Commit](https://img.shields.io/gitlab/last-commit/eduth%2Fpwa-sv)
8
8
 
9
9
  ## Features
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pwa-sv",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "CLI tool to automate the creation of typesafe Progressive Web App (PWA) projects using SvelteKit",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {
@@ -29,11 +29,11 @@
29
29
  "author": "EduTherapy",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://gitlab.com/EduTherapy/pwa-sv"
32
+ "url": "https://gitlab.com/eduth/pwa-sv"
33
33
  },
34
- "homepage": "https://gitlab.com/EduTherapy/pwa-sv#readme",
34
+ "homepage": "https://gitlab.com/eduth/pwa-sv#readme",
35
35
  "bugs": {
36
- "url": "https://gitlab.com/EduTherapy/pwa-sv/issues"
36
+ "url": "https://gitlab.com/eduth/pwa-sv/issues"
37
37
  },
38
38
  "license": "MIT",
39
39
  "dependencies": {