Skip to content

Commit

Permalink
build: add "module" field to package.json (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgit authored and darthtrevino committed May 29, 2019
1 parent 5fefffc commit ead0bca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-dnd-html5-backend/package.json
Expand Up @@ -3,6 +3,7 @@
"version": "7.4.4",
"description": "HTML5 backend for React DnD",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/cjs/index.d.ts",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/react-dnd-test-backend/package.json
Expand Up @@ -3,6 +3,7 @@
"version": "7.4.4",
"description": "A mock backend for testing React DnD apps",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/cjs/index.d.ts",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/react-dnd-test-utils/package.json
Expand Up @@ -3,6 +3,7 @@
"version": "7.4.4",
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"scripts": {
"clean": "rimraf lib",
"build:cjs": "tsc -b tsconfig.cjs.json",
Expand Down
1 change: 1 addition & 0 deletions packages/react-dnd/package.json
Expand Up @@ -3,6 +3,7 @@
"version": "7.4.5",
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/cjs/index.d.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit ead0bca

Please sign in to comment.