Skip to content

Commit

Permalink
chore: cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Jun 18, 2024
1 parent dfde4c2 commit 7dd9945
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
**/.svelte-kit
**/pnpm-lock.yaml
**/package-lock.json
**/yarn.lock
**/.svelte-kit
CHANGELOG.md
README.md
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "svelte-virtuallists",
"version": "1.0.3",
"private": false,
"description": "A component that renders only what is visible",
"keywords": [
"svelte",
"virtual",
Expand All @@ -13,6 +14,7 @@
"type": "git",
"url": "https://github.com/orefalo/svelte-virtuallists.git"
},
"license": "MIT",
"type": "module",
"exports": {
"./package.json": "./package.json",
Expand All @@ -33,8 +35,8 @@
"commit": "cross-env node ./node_modules/cz-customizable/standalone.js",
"dev": "cross-env DEV=1 vite dev --port 3000",
"fetch-and-publish": "node scripts/fetch-and-publish.js",
"format": "prettier --ignore-path .gitignore --write --cache !**/pnpm-lock.yaml !./CHANGELOG.md .",
"lint": "pnpm run format && pnpm run lint-es",
"format": "prettier --write --cache .",
"lint": "pnpm run lint-es",
"lint-es": "eslint --cache .",
"package": "pnpm run package:build && pnpm run package:pack",
"package:build": "rimraf -g ./package/* && svelte-package -o ./package/dist && copyfiles ./README.md ./LICENSE ./package/ && node scripts/package-clean-copy.js",
Expand Down
3 changes: 0 additions & 3 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
<!--- /\_/\ --->
<!---( o.o )--->
<!--- > ^ < --->

0 comments on commit 7dd9945

Please sign in to comment.