Skip to content

Commit

Permalink
fix: Increase version, jest-puppeteer to peer dependencies, fix main …
Browse files Browse the repository at this point in the history
…entry.
  • Loading branch information
rjdestigter committed Oct 9, 2020
1 parent ab7d198 commit f521230
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,8 +1,7 @@
{
"name": "xstate-marionettist",
"version": "0.2.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"version": "0.3.0",
"main": "dist/index.js",
"browser": "dist/index.umd.js",
"author": "John de Stigter <[email protected]>",
"license": "MIT",
Expand All @@ -22,6 +21,7 @@
"peerDependencies": {
"@xstate/test": "^0.4.1",
"jest": "^26.5.2",
"jest-puppeteer": "^4.4.0",
"puppeteer": "^5.3.1",
"xstate": "^4.13.0"
},
Expand Down

0 comments on commit f521230

Please sign in to comment.