Skip to content

Commit

Permalink
Merge pull request #48 from ndaidong/v2.2.6
Browse files Browse the repository at this point in the history
v2.2.6
  • Loading branch information
ndaidong authored May 2, 2020
2 parents 87a27c7 + ac1a288 commit b7f7bca
Show file tree
Hide file tree
Showing 8 changed files with 2,046 additions and 663 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ logs

node_modules
coverage
coverage.lcov
.nyc_output

yarn.lock
coverage.lcov
pnpm-lock.yaml
package-lock.json
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "12.13"
- "10.16"
- "8.6"
- 14
- 13
- 8.6
git:
depth: 1
env:
Expand Down
4 changes: 2 additions & 2 deletions dist/txtgen.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* [email protected].5
* built on: Sat, 28 Mar 2020 17:21:45 GMT
* [email protected].6
* built on: Sat, 02 May 2020 14:23:17 GMT
* repository: https://github.com/ndaidong/txtgen
* maintainer: @ndaidong
* License: MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/txtgen.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.5",
"version": "2.2.6",
"name": "txtgen",
"description": "Util for generating random sentences, paragraphs and articles in English",
"homepage": "http://ndaidong.github.io/txtgen",
Expand All @@ -23,10 +23,10 @@
"reset": "node reset"
},
"devDependencies": {
"bellajs": "^8.0.0",
"eslint-config-goes": "^1.1.6",
"gcc-min": "^7.1.5",
"tap": "^14.8.0"
"bellajs": "^8.0.2",
"eslint-config-goes": "^1.1.8",
"gcc-min": "^7.2.0",
"tap": "^14.10.7"
},
"keywords": [
"text",
Expand Down
Loading

0 comments on commit b7f7bca

Please sign in to comment.