Skip to content

Commit b5511db

Browse files
committed
#publish-minor: removed adding dist package.json
1 parent f6c1c54 commit b5511db

File tree

3 files changed

+1
-61
lines changed

3 files changed

+1
-61
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"homepage": "https://github.com/openaip/openaip-coordinate-parser#readme",
5454
"scripts": {
5555
"build": "npm run clean && npm run build:esm",
56-
"build:esm": "tsc -p tsconfig.json && node prepare-dist.js",
56+
"build:esm": "tsc -p tsconfig.json",
5757
"clean": "rimraf dist",
5858
"sca:watch:types": "npx chokidar '**/*.js' '**/*.ts' -c 'npm run tsc:run'",
5959
"sca:watch:lint": "npx chokidar '**/*.js' '**/*.ts' -c 'npm run lint'",

prepare-dist.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

tsconfig.cjs.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)