Skip to content

Commit

Permalink
fix(types): type declaration troubleshooting 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jensen committed Oct 10, 2023
1 parent 1f33ef2 commit 94847d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mattj65817/flight-react.git"
},
"scripts": {
"build": "tsc -p ./tsconfig.json && tsc -p ./tsconfig-cjs.json && tsc -p ./tsconfig-types.json && ./package-fixup.sh",
"build": "tsc -p ./tsconfig.json && tsc -p ./tsconfig-cjs.json && tsc -p ./tsconfig-types.json",
"clean": "rm -rf ./build ./dist",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint ./src",
Expand Down

0 comments on commit 94847d4

Please sign in to comment.