html-encode
Advanced tools
+7
-0
@@ -5,2 +5,9 @@ # Changelog | ||
| ### [2.1.6](https://github.com/kikobeats/html-encode/compare/v2.1.5...v2.1.6) (2021-04-16) | ||
| ### Bug Fixes | ||
| * linter ([9d37a1b](https://github.com/kikobeats/html-encode/commit/9d37a1b3cb3a2c60723dc90a60bc75d37c9be4f4)) | ||
| ### [2.1.5](https://github.com/kikobeats/html-encode/compare/v2.1.4...v2.1.5) (2021-02-24) | ||
@@ -7,0 +14,0 @@ |
+7
-9
@@ -5,3 +5,3 @@ { | ||
| "homepage": "https://nicedoc.io/Kikobeats/html-encode", | ||
| "version": "2.1.5", | ||
| "version": "2.1.6", | ||
| "main": "index.js", | ||
@@ -32,3 +32,3 @@ "author": { | ||
| "is-buffer": "~2.0.5", | ||
| "jschardet": "~2.3.0" | ||
| "jschardet": "~3.0.0" | ||
| }, | ||
@@ -46,3 +46,2 @@ "devDependencies": { | ||
| "got": "latest", | ||
| "husky": "latest", | ||
| "lint-staged": "latest", | ||
@@ -53,2 +52,3 @@ "mocha": "latest", | ||
| "prettier-standard": "latest", | ||
| "simple-git-hooks": "latest", | ||
| "standard": "latest", | ||
@@ -85,8 +85,2 @@ "standard-markdown": "latest", | ||
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
| "pre-commit": "lint-staged" | ||
| } | ||
| }, | ||
| "lint-staged": { | ||
@@ -103,2 +97,6 @@ "package.json": [ | ||
| }, | ||
| "simple-git-hooks": { | ||
| "commit-msg": "npx commitlint --edit", | ||
| "pre-commit": "npx lint-staged" | ||
| }, | ||
| "standard": { | ||
@@ -105,0 +103,0 @@ "env": [ |
10630
2.03%+ Added
- Removed
Updated