Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#110)
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
ecospark[bot] and github-actions[bot] authored Apr 9, 2024
1 parent a763744 commit a848f0d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/figma-plugin-sanity-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"type": "commonjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist",
"manifest.json",
"src"
],
"exports": {
".": {
"source": "./src/index.ts",
Expand All @@ -24,6 +15,15 @@
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist",
"manifest.json",
"src"
],
"scripts": {
"build": "rm -rf dist && pkg build --strict",
"watch": "pkg watch --strict"
Expand Down

0 comments on commit a848f0d

Please sign in to comment.