Squashed commit of the following:
commit02ab774699Merge:0e5cda539b8b6aAuthor: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:33:00 2023 +0000 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast commit39b8b6a983Merge:0e5cda58260a20Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:29:46 2023 +0000 Init Changesets (#4) commit8260a2078fAuthor: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:28:04 2023 +0000 linting commit1336175d8aAuthor: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:26:45 2023 +0000 update gh tooken name commitfbc2d6c581Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:26:23 2023 +0000 adds changeset to publish script commit2665d2fd54Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:26:11 2023 +0000 updates changeset config commit517219f961Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:25:50 2023 +0000 adds release script commitdda33a4426Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:13:03 2023 +0000 add changesets
This commit is contained in:
+8
-8
@@ -12,7 +12,8 @@
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||
"format": "prettier --plugin-search-dir . --write ."
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"release": "yarn run build && changeset publish"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
@@ -27,28 +28,27 @@
|
||||
"svelte": "^3.54.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.26.0",
|
||||
"@playwright/test": "^1.28.1",
|
||||
"@sveltejs/adapter-auto": "^2.0.0",
|
||||
"@sveltejs/kit": "^1.5.0",
|
||||
"@sveltejs/package": "^2.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-svelte3": "^4.0.0",
|
||||
"prettier": "^2.8.0",
|
||||
"eslint": "^8.28.0",
|
||||
"just-clamp": "^4.2.0",
|
||||
"prettier-plugin-svelte": "^2.8.1",
|
||||
"prettier": "^2.8.0",
|
||||
"publint": "^0.1.9",
|
||||
"svelte": "^3.54.0",
|
||||
"svelte-check": "^3.0.1",
|
||||
"svelte": "^3.54.0",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^4.9.3",
|
||||
"vite": "^4.0.0"
|
||||
},
|
||||
"svelte": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"just-clamp": "^4.2.0"
|
||||
}
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user