Skip to content

Commit ff4585f

Browse files
authored
Update package.json: The entry file uses the compiled
1 parent 0656d62 commit ff4585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"uglify-js": "^3.5.12"
1717
},
1818
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
19-
"main": "./Sortable.js",
19+
"main": "./Sortable.min.js",
2020
"module": "modular/sortable.esm.js",
2121
"scripts": {
2222
"build:umd": "NODE_ENV=umd rollup -c ./scripts/umd-build.js",

0 commit comments

Comments
 (0)