Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Sep 20, 2023
1 parent b4dd8a1 commit e7ff9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.6.0",
"description": "A JavaScript client for the Netlify Blob Store",
"type": "module",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
Expand All @@ -19,7 +20,6 @@
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc -b tsconfig.esm.json tsconfig.cjs.json tsconfig.types.json",
"postbuild": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"dev": "npm run build -- --watch",
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
"prepublishOnly": "npm ci && npm test",
Expand Down

0 comments on commit e7ff9f9

Please sign in to comment.