Skip to content

Commit

Permalink
Fix npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHreben committed Oct 8, 2020
1 parent 8931b63 commit 91bab60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "jest-matcher-specific-error",
"version": "0.0.7",
"version": "0.0.8",
"description": "Make sure your function really throws what you expect",
"main": "dist/index.js",
"main": "dist/src/index.js",
"types": "types/index.d.ts",
"repository": "[email protected]:DanielHreben/jest-matcher-specific-error.git",
"author": "Daniel Hreben <[email protected]>",
"license": "MIT",
"private": false,
"files": [
"types",
"dist"
"dist/src"
],
"tags": [
"jest",
Expand Down

0 comments on commit 91bab60

Please sign in to comment.