Skip to content

Commit 44ea445

Browse files
committed
chore: Added License file
1 parent b3b3b4d commit 44ea445

File tree

3 files changed

+105
-49
lines changed

3 files changed

+105
-49
lines changed

LICENCE

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) 2022 Bob Fanger
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.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev": "vite dev",
1818
"build": "vite build",
1919
"preview": "vite preview",
20-
"package": "svelte-package -i src/svelte-preprocess-react",
20+
"package": "svelte-package",
2121
"lint": "concurrently -c \"#c596c7\",\"#676778\",\"#3074c0\",\"#7c7cea\" --kill-others-on-fail \"npm:lint:*\"",
2222
"lint:prettier": "prettier --check \"src/**/*.svelte\"",
2323
"lint:svelte-check": "svelte-check --fail-on-warnings",
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@playwright/test": "^1.36.2",
50-
"@sveltejs/adapter-static": "^2.0.2",
50+
"@sveltejs/adapter-static": "^2.0.3",
5151
"@sveltejs/kit": "^1.22.3",
5252
"@sveltejs/package": "^2.2.0",
5353
"@testing-library/react": "^14.0.0",
@@ -64,7 +64,7 @@
6464
"eslint-config-prettier": "^8.9.0",
6565
"eslint-config-triple": "^1.1.3",
6666
"eslint-import-resolver-typescript": "^3.5.5",
67-
"eslint-plugin-import": "^2.27.5",
67+
"eslint-plugin-import": "^2.28.0",
6868
"eslint-plugin-only-warn": "^1.1.0",
6969
"eslint-plugin-prettier": "^5.0.0",
7070
"eslint-plugin-svelte": "^2.32.4",
@@ -73,7 +73,7 @@
7373
"lint-staged": "^13.2.3",
7474
"postcss": "^8.4.27",
7575
"prettier": "^3.0.0",
76-
"prettier-plugin-svelte": "^3.0.2",
76+
"prettier-plugin-svelte": "^3.0.3",
7777
"react": "^18.2.0",
7878
"react-dom": "^18.2.0",
7979
"sass": "^1.64.1",
@@ -86,14 +86,17 @@
8686
"vitest": "^0.33.0"
8787
},
8888
"dependencies": {
89-
"magic-string": "^0.30.1"
89+
"magic-string": "^0.30.2"
9090
},
9191
"peerDependencies": {
9292
"react": ">=16.8.0",
9393
"react-dom": ">=16.8.0",
9494
"svelte": ">=4.0.0"
9595
},
9696
"svelte": "./dist/index.js",
97+
"files": [
98+
"./dist"
99+
],
97100
"exports": {
98101
".": {
99102
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)