cra-template-dvhb
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,8 @@ | ||
## [1.4.1](https://github.com/dvhb/template-react/compare/v1.4.0...v1.4.1) (2020-02-07) | ||
### Bug Fixes | ||
* remove package.json from release npm template ([9b686d2](https://github.com/dvhb/template-react/commit/9b686d2b24485226542408a4863f3718fa3cfc6a)) | ||
# [1.4.0](https://github.com/dvhb/template-react/compare/v1.3.0...v1.4.0) (2020-02-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "cra-template-dvhb", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "The base template for dvhb web app.", | ||
@@ -27,11 +27,19 @@ "keywords": [ | ||
"scripts": { | ||
"lint": "cd template && npm run tsc && npm run lint", | ||
"semantic-release": "semantic-release" | ||
"lint:template": "cd template && npm run tsc && npm run lint", | ||
"presemantic-release": "cd template && rm -rf package.json package-lock.json", | ||
"semantic-release": "semantic-release", | ||
"test": "cd template && npm ci && npm run tsc && npm run lint && cp .env.example .env && npm run build " | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint", | ||
"pre-commit": "lint-staged && npm run lint:template", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.{json,md,graphql}": [ | ||
"prettier --write", | ||
"git add --force" | ||
] | ||
}, | ||
"devDependencies": { | ||
@@ -43,2 +51,4 @@ "@commitlint/cli": "^8.2.0", | ||
"husky": "^4.2.1", | ||
"lint-staged": "^10.0.7", | ||
"prettier": "^1.19.1", | ||
"semantic-release": "^17.0.0" | ||
@@ -45,0 +55,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
919588
0
8