Skip to content

Commit

Permalink
Move src files into src and only publish those (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Apr 26, 2022
1 parent 10fc042 commit 361b076
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-trains-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"click-to-react-component": patch
---

Only publish `src` files
7 changes: 5 additions & 2 deletions packages/click-to-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"name": "click-to-react-component",
"version": "1.0.4",
"description": "Option+Click your React components in your browser to open the source file in VS Code",
"exports": "./index.js",
"types": "types.d.ts",
"exports": "./src/index.js",
"types": "src/types.d.ts",
"files": [
"src"
],
"scripts": {
"build": "echo \"Fuck build tools\"",
"dev": "pnpm run build",
Expand Down
File renamed without changes.

0 comments on commit 361b076

Please sign in to comment.