瀏覽代碼

Change `package.json` to `core/libs.json` as a source of libraries (#2423)

BG-Software 3 月之前
父節點
當前提交
6c47b5f868
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      .changeset/tidy-jars-sparkle.md
  2. 1 1
      docs/content/ui/getting-started/download.md

+ 5 - 0
.changeset/tidy-jars-sparkle.md

@@ -0,0 +1,5 @@
+---
+"@tabler/docs": patch
+---
+
+Change `package.json` to `core/libs.json` as a source of libraries

+ 1 - 1
docs/content/ui/getting-started/download.md

@@ -33,4 +33,4 @@ Install Tabler in your Node.js powered apps with the npm package:
 Tabler uses other packages to enhance its functionality - for example, charts and input masks. These are not automatically installed to avoid huge
 dependency trees and need to be installed by using `npm install`. The full list of recommended libraries is available on the 
 [3rd-party Libraries & Resources](/ui/getting-started/references) page. 
-For the most recent list of supported packages you can also check the `peerDependencies` section in our [package.json](https://github.com/tabler/tabler/blob/dev/package.json)
+For the most recent list of supported packages, you can also check the [libs.json](https://github.com/tabler/tabler/blob/dev/core/libs.json) file.