Skip to content

Commit

Permalink
feat(package): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pautov committed Oct 28, 2021
1 parent 2fd464a commit d95830c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifinance/types",
"version": "0.0.8",
"version": "0.0.9",
"description": "Types for lifi projects",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -14,7 +14,6 @@
"pre-commit": "lint-staged",
"lint:fix": "eslint --ext .tsx --ext .ts ./src --fix",
"prettier:fix": "prettier --write ./src/.",
"postinstall": "husky install",
"use:npmReadme": "mv 'README.md' 'git.README.md' && mv 'npm.README.md' 'README.md'",
"use:gitReadme": "mv 'README.md' 'npm.README.md' && mv 'git.README.md' 'README.md'",
"prepublishOnly": "run-s build use:npmReadme && pinst --enable",
Expand Down

0 comments on commit d95830c

Please sign in to comment.