Skip to content

Commit

Permalink
docs: remove unused types field
Browse files Browse the repository at this point in the history
  • Loading branch information
bconnorwhite committed Oct 3, 2023
1 parent 1c300b6 commit 4160698
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/swc-js-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"author": "Connor White",
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "swc source --config-file .swcrc --copy-files --delete-dir-on-start --out-dir build",
"start": "node build/index.js"
Expand Down
1 change: 0 additions & 1 deletion examples/swc-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"author": "Connor White",
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "swc source --config-file .swcrc --copy-files --delete-dir-on-start --out-dir build",
"start": "node build/index.js"
Expand Down

0 comments on commit 4160698

Please sign in to comment.