@hkdigital/lib-sveltekit 0.0.40 → 0.0.41

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 +9 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ For example to import a constant from `constants/regexp/index.js`
43
43
  import { CHAR } from '@hkdigital/lib-sveltekit-test/constants/regexp';
44
44
  ```
45
45
 
46
- ### import CSS
46
+ ### Import CSS
47
47
 
48
48
  Vite should include postcss-import, but the only solution to get it working for now is to use a relative path to the node_modules folder.
49
49
 
package/package.json CHANGED
@@ -1,12 +1,20 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-sveltekit",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "author": "Jens Kleinhout, HKdigital (https://hkdigital.nl)",
5
5
  "license": "ISC",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/HKdigital/hkdigital--lib-sveltekit.git"
9
9
  },
10
+ "keywords": [
11
+ "component-library",
12
+ "sveltekit",
13
+ "skeleton",
14
+ "tailwindcss",
15
+ "runed",
16
+ "valibot"
17
+ ],
10
18
  "scripts": {
11
19
  "dev": "vite dev",
12
20
  "build": "vite build && npm run package",