Skip to content

Commit

Permalink
Upgrade packages, and fixed husky
Browse files Browse the repository at this point in the history
  • Loading branch information
dance2die committed Jun 8, 2021
1 parent a1a37df commit 6a69a96
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 838 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
91 changes: 46 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
{
"name": "cra-template-tailwindcss-typescript",
"version": "2.1.1",
"keywords": [
"react",
"create-react-app",
"template",
"tailwind",
"typescript"
],
"description": "A streamlined Tailwind CSS template for Create React App",
"main": "template.json",
"scripts": {
"commit": "git-cz"
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"repository": {
"type": "git",
"url": "https://github.com/dance2die/cra-template-tailwindcss-typescript"
},
"license": "MIT",
"engines": {
"node": ">=8"
},
"bugs": {
"url": "https://github.com/dance2die/cra-template-tailwindcss-typescript/issues"
},
"files": [
"template",
"template.json"
],
"devDependencies": {
"commitizen": "^4.1.2",
"cz-conventional-changelog": "3.2.0",
"git-cz": "^4.7.0",
"husky": "^4.2.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
"name": "cra-template-tailwindcss-typescript",
"version": "2.1.1",
"keywords": [
"react",
"create-react-app",
"template",
"tailwind",
"typescript"
],
"description": "A streamlined Tailwind CSS template for Create React App",
"main": "template.json",
"scripts": {
"commit": "git-cz",
"prepare": "husky install"
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"repository": {
"type": "git",
"url": "https://github.com/dance2die/cra-template-tailwindcss-typescript"
},
"license": "MIT",
"engines": {
"node": ">=8"
},
"bugs": {
"url": "https://github.com/dance2die/cra-template-tailwindcss-typescript/issues"
},
"files": [
"template",
"template.json"
],
"devDependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"git-cz": "^4.7.6",
"husky": "^6.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading

0 comments on commit 6a69a96

Please sign in to comment.