Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed May 2, 2024
1 parent 2839b41 commit 49232d2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "unexpected-reaction",
"version": "3.2.0",
"version": "3.3.0",
"description": "An Unexpected plugin to make React testing with unexpected-dom more convenient",
"main": "./lib/index.js",
"files": ["lib", "unexpected-reaction.js"],
"files": [
"lib",
"unexpected-reaction.js"
],
"scripts": {
"build": "babel --out-dir lib --quiet src && rollup -c",
"build-tests": "babel --out-dir build --quiet test/index.spec.js",
Expand All @@ -25,7 +28,13 @@
"type": "git",
"url": "https://github.com/unexpectedjs/unexpected-reaction"
},
"keywords": ["unexpected", "plugin", "react", "testing", "DOM"],
"keywords": [
"unexpected",
"plugin",
"react",
"testing",
"DOM"
],
"author": "Sune Simonsen <sune@we-knowhow.dk>",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 49232d2

Please sign in to comment.