Skip to content

Commit

Permalink
Merge pull request #26 from iambumblehead/increment-version-add-keyword
Browse files Browse the repository at this point in the history
increment version add npm keyword
  • Loading branch information
iambumblehead authored Nov 27, 2021
2 parents 5793abd + d9b760f commit dc57fc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ If there are not many tests or if tests complete in separate processes, skipping

### changelog

* 1.3.1 _Nov.26.2021_
* add npm keywords, remove lines of code
* 1.3.0 _Nov.26.2021_
* add support for await import, update README
* 1.1.0 _Nov.25.2021_
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "esmock",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"readmeFilename": "README.md",
"description": "mock esm modules for unit-tests",
"description": "mock es modules for unit-tests",
"author": "Chris <[email protected]>",
"main": "src/esmockLoader.mjs",
"module": "src/esmockLoader.mjs",
Expand All @@ -18,6 +18,7 @@
],
"keywords": [
"esm",
"es module",
"mjs",
"unit-test",
"esmock",
Expand All @@ -41,7 +42,6 @@
"ava",
"modules",
"mocking",
"mockery",
"proxyquire",
"rewire"
],
Expand Down

0 comments on commit dc57fc2

Please sign in to comment.