Skip to content

Commit 535292f

Browse files
authored
set sortablejs as a peerDependencie
1 parent 75af496 commit 535292f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"bugs": {
2020
"url": "https://github.com/SortableJS/angular-legacy-sortablejs/issues"
2121
},
22-
"homepage": "https://github.com/SortableJS/angular-legacy-sortablejs#readme"
22+
"homepage": "https://github.com/SortableJS/angular-legacy-sortablejs#readme",
23+
"peerDependencies": {
24+
"sortablejs": "~1.4.0"
25+
}
2326
}

0 commit comments

Comments
 (0)