Skip to content

Commit

Permalink
chore(format): 🤖 ✨ (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ecoscript[bot] and github-actions[bot] authored Sep 29, 2023
1 parent fce732c commit fe81149
Show file tree
Hide file tree
Showing 4 changed files with 1,833 additions and 685 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"version": "0.0.0",
"name": "@portabletext/solid",
"version": "0.0.0",
"description": "Render Portable Text with Solid JS",
"license": "MIT",
"author": "nonphoto",
"keywords": [
"solid"
],
"homepage": "https://github.com/portabletext/solid-portabletext#readme",
"bugs": {
"url": "https://github.com/portabletext/solid-portabletext/issues"
Expand All @@ -12,15 +13,10 @@
"type": "git",
"url": "git+ssh://git@github.com/portabletext/solid-portabletext.git"
},
"files": [
"dist"
],
"license": "MIT",
"author": "nonphoto",
"sideEffects": false,
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"browser": {},
"exports": {
"solid": {
"development": "./dist/dev.jsx",
Expand All @@ -39,33 +35,37 @@
},
"require": "./dist/index.cjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"browser": {},
"types": "./dist/index.d.ts",
"typesVersions": {},
"files": [
"dist"
],
"scripts": {
"dev": "vite serve dev",
"build": "tsup",
"dev": "vite serve dev",
"format": "prettier --write --cache --ignore-unknown .",
"prepublishOnly": "pnpm build",
"test": "concurrently pnpm:test:*",
"test:client": "vitest",
"test:ssr": "pnpm run test:client --mode ssr",
"prepublishOnly": "pnpm build",
"format": "prettier --write --cache --ignore-unknown .",
"update-deps": "pnpm up -Li",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"update-deps": "pnpm up -Li"
},
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
"plugins": [
"prettier-plugin-packagejson"
],
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 100,
"semi": false,
"singleQuote": true,
"useTabs": false,
"arrowParens": "avoid",
"bracketSpacing": true
},
"peerDependencies": {
"solid-js": "^1.6.0"
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
},
"dependencies": {
"@portabletext/toolkit": "^2.0.9",
Expand All @@ -86,9 +86,9 @@
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.28.2"
},
"keywords": [
"solid"
],
"peerDependencies": {
"solid-js": "^1.6.0"
},
"packageManager": "pnpm@8.8.0",
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit fe81149

Please sign in to comment.