Skip to content

Commit

Permalink
update package.json details
Browse files Browse the repository at this point in the history
  • Loading branch information
Raice Hannay committed Dec 16, 2019
1 parent 5b8f8cd commit 5da50dc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"name": "jest-mocks",
"author": "Raice Hannay <voodoocreation@gmail.com>",
"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": [
Expand Down

0 comments on commit 5da50dc

Please sign in to comment.