@columbia-libraries/cul-toolkit 5.0.2 → 5.0.3

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 +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # CUL Toolkit
2
2
 
3
+ _Version 5.x_
4
+
3
5
  ## Development requirements
4
6
  ```
5
7
  nodejs >= v20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@columbia-libraries/cul-toolkit",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "CUL customized Bootstrap 5 with Vite! Intended only for CUL projects and therefore unsupported.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -16,6 +16,7 @@
16
16
  ],
17
17
  "keywords": ["cul"],
18
18
  "author": "https://github.com/cul/cul-toolkit/graphs/contributors",
19
+ "repository": "https://github.com/cul/cul-toolkit",
19
20
  "license": "ISC",
20
21
  "devDependencies": {
21
22
  "sass": "^1.83.0",