Skip to content

Commit

Permalink
style: apply prettier rules for dsv package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Sep 15, 2023
1 parent 8186b2f commit e30f3a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dsv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"bugs": "https://github.com/rollup/plugins/issues",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"engines": {
"node": ">=18.0.0"
},
"exports": {
"types": "./types/index.d.ts",
"import": "./dist/es/index.js",
"default": "./dist/cjs/index.js"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "rollup -c",
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov",
Expand Down

0 comments on commit e30f3a9

Please sign in to comment.