turbo 1.0.1 → 1.0.2

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ Visit https://turborepo.org to view the full documentation.
19
19
 
20
20
  To chat with other community members, you can join the [Turborepo Discord](https://turborepo.org/discord)
21
21
 
22
- Our [Code of Conduct](https://github.com/vercel/turborepo/blob/main/.github/CODE_OF_CONDUCT.md) applies to all Turborepo community channels.
22
+ Our [Code of Conduct](https://github.com/vercel/turborepo/blob/main/CODE_OF_CONDUCT.md) applies to all Turborepo community channels.
23
23
 
24
24
  ## Updates
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbo",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "The blazing fast monorepo build system.",
5
5
  "repository": "https://github.com/vercel/turborepo",
6
6
  "bugs": "https://github.com/vercel/turborepo/issues",