Skip to content

Commit

Permalink
change typings dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Frondor committed Dec 14, 2021
1 parent 6534efd commit 6349306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"module": "dist/binder.module.js",
"unpkg": "dist/binder.umd.js",
"types": "dist/types",
"typings": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
Expand All @@ -31,7 +31,7 @@
"build": "microbundle src/index.ts",
"test:ci": "jest",
"test": "jest",
"preversion": "git merge origin/master && git push -u origin HEAD && npm ci && npm run lint && npm run build && npm test",
"preversion": "git merge origin/master && git push -u origin HEAD && npm ci && npm run lint && npm run build && npm test:ci",
"postversion": "git push && git push --tags",
"prepare": "husky install"
},
Expand Down

0 comments on commit 6349306

Please sign in to comment.