Skip to content

Commit

Permalink
Declare UMD (browser) build in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Jan 3, 2019
1 parent 118dafb commit a2fa36a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "fast-check",
"version": "1.9.1",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"browser": "lib/bundle.js",
"main": "lib/fast-check.js",
"module": "lib/esm/fast-check.js",
"types": "lib/types/fast-check.d.ts",
Expand Down

0 comments on commit a2fa36a

Please sign in to comment.