Skip to content

Commit 9a08465

Browse files
authored
Merge pull request #1927 from waynevanson/fix/no_modules
Fix/no modules
2 parents 7711207 + d7af518 commit 9a08465

9 files changed

Lines changed: 10 additions & 11 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"packages/plugins/*",
66
"packages/utils"
77
],
8-
"version": "1.11.2-alpha.4",
8+
"version": "1.12.0",
99
"npmClient": "yarn"
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@sortable/monorepo",
2+
"name": "@sortablejs/monorepo",
33
"private": true,
44
"scripts": {
55
"test:compat": "ts-node scripts/test-compat.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "@sortable/plugin-auto-scroll",
2+
"name": "@sortablejs/plugin-auto-scroll",
33
"private": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "@sortable/plugin-multi-drag",
2+
"name": "@sortablejs/plugin-multi-drag",
33
"private": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "@sortable/plugin-on-spill",
2+
"name": "@sortablejs/plugin-on-spill",
33
"private": true
44
}

packages/plugins/swap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "@sortable/plugin-swap",
2+
"name": "@sortablejs/plugin-swap",
33
"private": true
44
}

packages/sortable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@sortable/sortable",
3-
"version": "1.11.2-alpha.4",
2+
"name": "@sortablejs/sortable",
3+
"version": "1.12.0",
44
"private": true
55
}

packages/sortablejs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "sortablejs",
3-
"version": "1.11.2-alpha.4",
3+
"version": "1.12.0",
44
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices",
55
"main": "dist/sortable.umd.js",
6-
"module": "modular/sortable.complete.esm.js",
76
"scripts": {
87
"build": "npm-run-all --parallel build:*",
98
"build:umd": "microbundle -f umd -i src/umd.ts -o dist/sortable.umd.js --name Sortable",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "@sortable/utils",
2+
"name": "@sortablejs/utils",
33
"private": true
44
}

0 commit comments

Comments
 (0)