@topogram/starter-hello-web 0.1.7 → 0.1.8

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,10 +1,15 @@
1
1
  {
2
2
  "name": "@topogram/starter-hello-web",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Vanilla HTML/CSS/JS Topogram starter with two pages and one workflow.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
7
7
  "type": "module",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/attebury/topogram-starters.git",
11
+ "directory": "packages/hello-web"
12
+ },
8
13
  "files": [
9
14
  "topogram-template.json",
10
15
  "topogram",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "@topogram/starter-hello-web",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "kind": "starter",
5
5
  "description": "Vanilla HTML/CSS/JS starter with two pages and one workflow.",
6
6
  "topogramVersion": "0.1",