Skip to content

Commit

Permalink
remove JS entry of dprint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Mar 2, 2024
1 parent 16ae477 commit 7877061
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
8 changes: 0 additions & 8 deletions dprint_plugin/deployment/npm/index.ts

This file was deleted.

13 changes: 1 addition & 12 deletions dprint_plugin/deployment/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,7 @@
"*.js",
"*.d.ts"
],
"main": "index.js",
"exports": {
".": "./index.js"
},
"scripts": {
"build": "json2ts ../schema.json -o config.d.ts --no-additionalProperties && tsc -p .",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@gplane/tsconfig": "^6.1.0",
"@types/node": "^20.10.3",
"json-schema-to-typescript": "^13.1.1",
"typescript": "^5.3.2"
"./plugin.wasm": "./plugin.wasm"
}
}
6 changes: 0 additions & 6 deletions dprint_plugin/deployment/npm/tsconfig.json

This file was deleted.

0 comments on commit 7877061

Please sign in to comment.