Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jan 3, 2022
1 parent c33dcbf commit 629c7fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0rc1",
"version": "3.0.0",
"name": "txtgen",
"description": "Util for generating random sentences, paragraphs and articles in English",
"homepage": "http://ndaidong.github.io/txtgen",
Expand All @@ -8,7 +8,7 @@
"url": "https://github.com/ndaidong/txtgen"
},
"author": "@ndaidong",
"main": "./dist/txtgen.js",
"main": "./dist/cjs/txtgen.js",
"module": "./src/main.js",
"browser": "./dist/txtgen.min.js",
"type": "module",
Expand All @@ -33,8 +33,8 @@
}
},
"jest": {
"testPathIgnorePatterns": ["dist", "types", "tests"]
},
"testPathIgnorePatterns": ["dist", "types", "tests"]
},
"devDependencies": {
"dtslint": "^4.0.5",
"typescript": "^4.0.5",
Expand Down

0 comments on commit 629c7fe

Please sign in to comment.