diff --git a/package.json b/package.json index 01fbd19..b8cb0ac 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,21 @@ { "name": "jest-mocks", "author": "Raice Hannay ", - "description": "A set of useful mocks for the Jest unit testing framework.", + "description": "A set of useful mocks and helpers for the Jest unit testing framework.", "license": "ISC", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ - "typescript", "jest", + "mock", "mocks", "mock-functions", "mock-promise", - "promises" + "promises", + "test", + "testing", + "typescript", + "unit-test", + "unit-testing" ], "main": "dist/index.js", "files": [