@noobsociety/nsds 0.1.0 → 0.1.1
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.
- package/README.md +4 -2
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -215,6 +215,8 @@ Status mapping:
|
|
|
215
215
|
| `ui-kits/` | Complete UI kits |
|
|
216
216
|
| `SKILL.md` | Agent skill definition |
|
|
217
217
|
|
|
218
|
-
##
|
|
218
|
+
## Repository
|
|
219
219
|
|
|
220
|
-
|
|
220
|
+
Source repository: `https://github.com/noobsociety/nsds`
|
|
221
|
+
|
|
222
|
+
The current package is ready for local reuse and npm publication as `@noobsociety/nsds@0.1.1`. License is intentionally unset until a license is chosen.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noobsociety/nsds",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "NoobSociety Design System: tokens, CSS primitives, React components, MUI theme source, assets, and references.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design-system",
|
|
@@ -14,6 +14,14 @@
|
|
|
14
14
|
"noobsociety"
|
|
15
15
|
],
|
|
16
16
|
"author": "NoobSociety",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/noobsociety/nsds.git"
|
|
20
|
+
},
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/noobsociety/nsds/issues"
|
|
23
|
+
},
|
|
24
|
+
"homepage": "https://github.com/noobsociety/nsds#readme",
|
|
17
25
|
"type": "module",
|
|
18
26
|
"main": "./index.js",
|
|
19
27
|
"types": "./index.d.ts",
|