@primer/components 0.0.0-202111301520 → 0.0.0-2021113144816

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 (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-202111301520",
3
+ "version": "0.0.0-2021113144816",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",
@@ -15,6 +15,7 @@
15
15
  "start": "concurrently npm:start:*",
16
16
  "start:docs": "cd docs && npm run develop",
17
17
  "start:storybook": "start-storybook -p 6006",
18
+ "build:storybook": "build-storybook",
18
19
  "lint": "eslint '**/*.{js,ts,tsx,md,mdx}' --max-warnings=0",
19
20
  "lint:fix": "npm run lint -- --fix",
20
21
  "test": "jest",
@@ -104,6 +105,7 @@
104
105
  "babel-plugin-transform-replace-expressions": "0.2.0",
105
106
  "babel-polyfill": "6.26.0",
106
107
  "chroma-js": "2.1.2",
108
+ "chromatic": "6.1.0",
107
109
  "concurrently": "6.2.1",
108
110
  "copyfiles": "2.4.1",
109
111
  "cross-env": "7.0.3",