dev-dict 0.4.8 → 0.4.9

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 +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,15 @@
18
18
  - **Extensible** - Easy to contribute new terms and translations
19
19
 
20
20
 
21
+ ## Browse Available Terms
22
+
23
+ Explore the full catalogue of terms, types, and tags:
24
+
25
+ - **[Terms](./docs/TERMS.md)** - All software development terms
26
+ - **[Types](./docs/TYPES.md)** - Term categories (library, framework, etc.)
27
+ - **[Tags](./docs/TAGS.md)** - Additional classifications (frontend, backend, etc.)
28
+
29
+
21
30
  ## Quick Start
22
31
 
23
32
  ### Installation
@@ -149,15 +158,6 @@ console.log(tags)
149
158
  Want to add a new language? Check out the [Contributing Guide](./CONTRIBUTING.md#adding-a-new-language).
150
159
 
151
160
 
152
- ## Browse Available Terms
153
-
154
- Explore the full catalogue of terms, types, and tags:
155
-
156
- - **[Terms](./docs/TERMS.md)** - All software development terms
157
- - **[Types](./docs/TYPES.md)** - Term categories (library, framework, etc.)
158
- - **[Tags](./docs/TAGS.md)** - Additional classifications (frontend, backend, etc.)
159
-
160
-
161
161
  ## Contributing
162
162
 
163
163
  We welcome contributions! Whether you want to:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-dict",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "A dictionary of software related terms. Supports multiple languages.",
5
5
  "author": "Cornelius Weidmann <cornelius@kyco.io> (https://kyco.io)",
6
6
  "license": "MIT",