@titocandradev/neatcore 0.1.3 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -130,7 +130,7 @@ MIT
130
130
  ## 👨‍💻 Author
131
131
 
132
132
  Tito Candra\
133
- GitHub: https://github.com/your-username
133
+ GitHub: https://github.com/tcandra24
134
134
 
135
135
  ---
136
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titocandradev/neatcore",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "private": false,
5
5
  "description": "A clean, zero-dependency, TypeScript-first utility core.",
6
6
  "homepage": "https://github.com/tcandra24/neat-core#readme",
@@ -13,6 +13,10 @@
13
13
  },
14
14
  "license": "MIT",
15
15
  "author": "Tito Candra",
16
+ "keywords": [
17
+ "module",
18
+ "util"
19
+ ],
16
20
  "type": "module",
17
21
  "exports": {
18
22
  ".": {