Skip to content

Commit

Permalink
v17.0.1-fix.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 20, 2020
1 parent 57b5458 commit 5ff7a17
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,9 +1,9 @@
{
"name": "@esm-bundle/react",
"version": "17.0.1",
"version": "17.0.1-fix.0",
"description": "An ESM version of react",
"main": "esm/react.production.min.js",
"module": "esm/react.production.min.js",
"main": "esm/react.development.js",
"module": "esm/react.development.js",
"type": "module",
"scripts": {
"test": "yarn build && concurrently -n w: 'yarn:test:*'",
Expand Down

0 comments on commit 5ff7a17

Please sign in to comment.