turbo-linux-arm64 1.3.3 → 1.4.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.
File without changes
@@ -0,0 +1,3 @@
1
+ # turbo
2
+
3
+ This is a platform-specific binary for turbo, a monorepo build system. See https://github.com/vercel/turborepo for details.
Binary file
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "turbo-linux-arm64",
3
- "version": "1.3.3",
4
- "description": "The Linux ARM 64-bit binary for turbo, a monorepo build system.",
3
+ "version": "1.4.0",
4
+ "description": "The linux-arm64 binary for turbo, a monorepo build system.",
5
5
  "repository": "https://github.com/vercel/turborepo",
6
6
  "bugs": "https://github.com/vercel/turborepo/issues",
7
7
  "homepage": "https://turborepo.org",
@@ -13,4 +13,4 @@
13
13
  "arm64"
14
14
  ],
15
15
  "preferUnplugged": false
16
- }
16
+ }
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # turbo
2
-
3
- This is the Linux ARM 64-bit binary for turbo, a monorepo build system. See https://github.com/vercel/turborepo for details.