balena-settings-client
Advanced tools
Comparing version 4.0.2-update-dependencies-c56fc8cd2afde7d3adc93375297133fc1cace56b to 4.0.2-update-dependencies-dec4a682bf804d3c4a15a4899602c52dbb4b5cd6
@@ -7,3 +7,3 @@ # Change Log | ||
## 4.0.2 - 2019-09-10 | ||
## 4.0.2 - 2019-09-11 | ||
@@ -10,0 +10,0 @@ * Dependencies: Update dependencies and build rules [Heds Simons] |
{ | ||
"name": "balena-settings-client", | ||
"version": "4.0.2-update-dependencies-c56fc8cd2afde7d3adc93375297133fc1cace56b", | ||
"version": "4.0.2-update-dependencies-dec4a682bf804d3c4a15a4899602c52dbb4b5cd6", | ||
"description": "Balena client application shared settings", | ||
@@ -44,2 +44,3 @@ "main": "build/settings.js", | ||
"jsdoc-to-markdown": "^5.0.1", | ||
"lint-staged": "^9.2.5", | ||
"mocha": "^6.2.0", | ||
@@ -65,3 +66,16 @@ "mochainon": "^2.0.0", | ||
"lodash": "^4.17.15" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"pre-push": "npm run lint" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"prettier --config ./node_modules/resin-lint/config/.prettierrc --write", | ||
"resin-lint --typescript --no-prettier", | ||
"git add" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78689
36
21