humanization
Advanced tools
Comparing version 0.0.0-development to 1.0.0
{ | ||
"name": "humanization", | ||
"version": "0.0.0-development", | ||
"version": "1.0.0", | ||
"description": "To err is human", | ||
@@ -20,12 +20,13 @@ "repository": "https://github.com/dzucconi/humanization", | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.0.0", | ||
"@commitlint/config-conventional": "^8.0.0", | ||
"@types/jest": "^24.0.13", | ||
"commitizen": "^3.1.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"husky": "^3.0.0", | ||
"jest": "^24.8.0", | ||
"semantic-release": "^15.13.18", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.5.1" | ||
"@commitlint/cli": "8.0.0", | ||
"@commitlint/config-conventional": "8.0.0", | ||
"@semantic-release/git": "^7.0.16", | ||
"@types/jest": "24.0.15", | ||
"commitizen": "3.1.1", | ||
"cz-conventional-changelog": "2.1.0", | ||
"husky": "3.0.0", | ||
"jest": "24.8.0", | ||
"semantic-release": "15.13.18", | ||
"ts-jest": "24.0.2", | ||
"typescript": "3.5.2" | ||
}, | ||
@@ -50,3 +51,20 @@ "files": [ | ||
} | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"dist/**/*.{js,css}", | ||
"package.json" | ||
], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
} | ||
] | ||
] | ||
} | ||
} |
# humanization | ||
[![Build Status](https://travis-ci.org/dzucconi/humanization.svg?branch=master)](https://travis-ci.org/dzucconi/humanization) | ||
`humanization` is a library that seeks to simulate human patterns of error when typing text. It can serve as a kind of ergonomic layer for automated chatbots to make them feel more human. | ||
@@ -4,0 +6,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13391
1
19
11