From ff4585f562a0b38cd62436c4bf361505e836a91d Mon Sep 17 00:00:00 2001 From: Shanks Date: Tue, 13 Apr 2021 11:27:25 +0800 Subject: [PATCH] Update package.json: The entry file uses the compiled --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d12970..4d9b8e6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "uglify-js": "^3.5.12" }, "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.", - "main": "./Sortable.js", + "main": "./Sortable.min.js", "module": "modular/sortable.esm.js", "scripts": { "build:umd": "NODE_ENV=umd rollup -c ./scripts/umd-build.js", -- GitLab