@prushforth/map 1.0.0-preview.1 → 1.0.0-preview.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.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,11 +7,13 @@ A Government of Canada Design System (GCDS) extension map component that provide
|
|
|
7
7
|
Install and use locally:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install @prushforth/map @gcds-core/components
|
|
10
|
+
npm install @prushforth/map@preview @gcds-core/components
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
`@gcds-core/components` is a peer dependency and must be installed alongside this package.
|
|
14
14
|
|
|
15
|
+
The `@preview` tag is required — this package is published on a preview channel and has no `latest` version. To pin to a specific preview build instead, use e.g. `@prushforth/map@1.0.0-preview.1`.
|
|
16
|
+
|
|
15
17
|
## Verify your installation
|
|
16
18
|
|
|
17
19
|
Run:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prushforth/map",
|
|
3
|
-
"version": "1.0.0-preview.
|
|
3
|
+
"version": "1.0.0-preview.2",
|
|
4
4
|
"description": "Government of Canada Design System extension - Map component (MapML) suite",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"url": "git+https://github.com/gcds-extensions/map.git"
|
|
13
13
|
},
|
|
14
14
|
"bugs": {
|
|
15
|
-
|
|
15
|
+
"url": "https://github.com/gcds-extensions/map/issues"
|
|
16
16
|
},
|
|
17
17
|
"homepage": "https://gcds-extensions.github.io/map/en/",
|
|
18
18
|
"files": [
|