Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiukky committed May 7, 2021
2 parents 990de7d + 493efe4 commit 975bc85
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 181 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"cm": "cz",
"postinstall": "husky install",
"prepare": "husky install",
"prebuild": "rimraf dist",
"build": "esbuild index.ts --outfile=dist/index.js --bundle --platform=node --minify",
"dev": "tsnd --respawn index.ts",
Expand All @@ -29,29 +29,32 @@
"lint:fix": "yarn lint --fix",
"test": "jest",
"test:cov": "jest --coverage",
"format": "prettier --write \"**/*.ts\""
"format": "prettier --write \"**/*.ts\"",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/type-check": "^0.3.27",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.11.12",
"eslint": "^7.24.0",
"esbuild": "^0.11.19",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"pinst": "^2.1.6",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.5",
"ts-jest": "^26.5.6",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.4"
},
Expand Down
Loading

0 comments on commit 975bc85

Please sign in to comment.