Skip to content

Commit 0333431

Browse files
authored
Merge pull request #18 from script-development/chore/public-repo-hygiene
chore: add MIT license and public repo metadata
2 parents 8f7a336 + 4bc1bc8 commit 0333431

12 files changed

Lines changed: 51 additions & 20 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Script Development
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/adapter-store/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@script-development/fs-adapter-store",
33
"version": "0.1.0",
44
"description": "Reactive adapter-store pattern with domain state management and CRUD resource adapters",
5-
"license": "UNLICENSED",
5+
"homepage": "https://packages.script.nl/packages/adapter-store",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/script-development/fs-packages.git",

packages/dialog/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@script-development/fs-dialog",
33
"version": "0.1.0",
44
"description": "Component-agnostic dialog stack service for Vue 3 — LIFO management with error middleware, you bring the component",
5-
"license": "UNLICENSED",
5+
"homepage": "https://packages.script.nl/packages/dialog",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/script-development/fs-packages.git",

packages/helpers/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@script-development/fs-helpers",
33
"version": "0.1.0",
44
"description": "Tree-shakeable shared utility helpers: deep copy, type guards, and case conversion",
5-
"license": "UNLICENSED",
5+
"homepage": "https://packages.script.nl/packages/helpers",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/script-development/fs-packages.git",

packages/http/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@script-development/fs-http",
33
"version": "0.1.0",
44
"description": "Framework-agnostic HTTP service factory with middleware architecture",
5-
"license": "UNLICENSED",
5+
"homepage": "https://packages.script.nl/packages/http",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/script-development/fs-packages.git",

packages/loading/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@script-development/fs-loading",
33
"version": "0.1.0",
44
"description": "Reactive loading state service with counter-based tracking and HTTP middleware for fs-http",
5-
"license": "UNLICENSED",
5+
"homepage": "https://packages.script.nl/packages/loading",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/script-development/fs-packages.git",

packages/router/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@script-development/fs-router",
33
"version": "0.1.0",
44
"description": "Type-safe router service factory with CRUD navigation, middleware pipeline, and custom components for Vue Router",
5-
"license": "UNLICENSED",
5+
"homepage": "https://packages.script.nl/packages/router",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/script-development/fs-packages.git",

packages/storage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@script-development/fs-storage",
33
"version": "0.1.0",
44
"description": "Framework-agnostic localStorage service factory with prefix namespacing",
5-
"license": "UNLICENSED",
5+
"homepage": "https://packages.script.nl/packages/storage",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/script-development/fs-packages.git",

packages/theme/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@script-development/fs-theme",
33
"version": "0.1.0",
44
"description": "Reactive theme service factory with dark/light mode, system preference detection, and storage persistence",
5-
"license": "UNLICENSED",
5+
"homepage": "https://packages.script.nl/packages/theme",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/script-development/fs-packages.git",

0 commit comments

Comments
 (0)