diff --git a/package.json b/package.json index ec5937f..7294d33 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "*.d.ts" ], "main": "dist/index.common.js", - "unpkg": "dist/index.umd.min.js", - "jsdelivr": "dist/index.umd.min.js", - "style": "dist/style.min.css", + "unpkg": "dist/index.umd.js", + "jsdelivr": "dist/index.umd.js", + "style": "dist/style.css", "typings": "index.ts", "devDependencies": { "@babel/core": "^7.4.4",