@jobber/components 6.123.2 → 7.0.0

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 +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,10 +10,11 @@ for Atlantis.
10
10
 
11
11
  ## Installation
12
12
 
13
- To install this package into your project with [npm](https://www.npmjs.com/)
14
- run:
13
+ To install this package into your project run:
15
14
 
16
15
  ```sh
16
+ pnpm add @jobber/components
17
+ # or
17
18
  npm install @jobber/components
18
19
  ```
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.123.2",
3
+ "version": "7.0.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -579,5 +579,5 @@
579
579
  "> 1%",
580
580
  "IE 10"
581
581
  ],
582
- "gitHead": "2306bc5ca1ed0a56871602085cc3c4223b9d08d8"
582
+ "gitHead": "cad586533fcb9a70f6fe8be7c505cfdc58601f84"
583
583
  }