@material/web 1.4.1-nightly.b46361e.0 → 1.4.1-nightly.df6923e.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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,9 +13,9 @@ Google's open-source design system.
13
13
 
14
14
  **Resources**
15
15
 
16
- - [Introduction](docs/intro.md)
17
- - [Roadmap](docs/roadmap.md)
18
- - [Quick start](docs/quick-start.md)
19
- - [Bundle sizes](docs/size.md)
20
- - [Component docs](docs/components/)
21
- - [Browser support and FAQ](docs/support.md)
16
+ - [Introduction](./docs/intro.md)
17
+ - [Roadmap](./docs/roadmap.md)
18
+ - [Quick start](./docs/quick-start.md)
19
+ - [Bundle sizes](./docs/size.md)
20
+ - [Component docs](./docs/components/)
21
+ - [Browser support and FAQ](./docs/support.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@material/web",
3
- "version": "1.4.1-nightly.b46361e.0",
3
+ "version": "1.4.1-nightly.df6923e.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },