@jobber/design 0.100.0 → 0.100.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ System
6
6
  ## Installation
7
7
 
8
8
  ```sh
9
- npm install @jobber/design
9
+ pnpm install @jobber/design
10
10
  ```
11
11
 
12
12
  ## Usage
@@ -111,7 +111,7 @@ export const GlobalStyling = {
111
111
  1. Importing your new token file in `allTokens.ts` and adding it to the tokenMap
112
112
  in the same file.
113
113
  1. At this point, your token contents should start showing up in all the built
114
- output via `npm run build` in the design package (or just `npm install` from
114
+ output via `pnpm run build` in the design package (or just `pnpm install` from
115
115
  the root of the project)
116
116
 
117
117
  ## For How The Platform Works see HOWTHISWORKS.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.100.0",
3
+ "version": "0.100.1",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -71,5 +71,5 @@
71
71
  "rrweb-cssom": "^0.7.1",
72
72
  "tsx": "^4.16.2"
73
73
  },
74
- "gitHead": "ff6902159ff1dc5baf938ffd349c558e4f581bb3"
74
+ "gitHead": "679440bfacaf217a5756ab1b505cfe7c8d28614e"
75
75
  }