Skip to content

Commit

Permalink
fix: set "type": "module" for scoped packages
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/@interactjs/arrange/package.json
#	packages/@interactjs/clone/package.json
#	packages/@interactjs/feedback/package.json
#	packages/@interactjs/iframes/package.json
#	packages/@interactjs/multi-target/package.json
#	packages/@interactjs/react/package.json
#	packages/@interactjs/rebound/package.json
#	packages/@interactjs/symbol-tree/package.json
#	packages/@interactjs/vue/package.json
  • Loading branch information
taye authored and interactjs-ci committed Jul 10, 2022
1 parent cc63707 commit 9c280e4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/@interactjs/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/auto-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/auto-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/inertia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@interactjs/interact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"_typings": "typings.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/interactjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git"
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/modifiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/offset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/pointer-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/reflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/snappers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.10.17",
"main": "index",
"module": "index",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down
1 change: 1 addition & 0 deletions packages/@interactjs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@interactjs/utils",
"version": "1.10.17",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git",
Expand Down

0 comments on commit 9c280e4

Please sign in to comment.