@veritone-ce/design-system 0.9.0 → 0.9.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 +1 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,13 +17,7 @@ See the section about [running tests](https://storybook.js.org/tutorials/design-
17
17
 
18
18
  ### `yarn build`
19
19
 
20
- Builds the for production to the `` folder.\
21
- It correctly bundles React in production mode and optimizes the build for the best performance.
22
-
23
- The build is minified and the filenames include the hashes.\
24
- Your app is ready to be deployed!
25
-
26
- See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
20
+ Builds the for production to the `dist` folder.
27
21
 
28
22
  ### `yarn build-docs`
29
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.10.4",