Skip to content

Commit

Permalink
[fix]Fix the module entry bug in webpack5
Browse files Browse the repository at this point in the history
[fix]Fix the module entry bug in webpack5
  • Loading branch information
drawcall committed Oct 21, 2020
1 parent 368f38b commit ceb82ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proton-engine",
"version": "4.2.0",
"version": "4.2.1",
"description": "Proton is a simple and powerful javascript particle animation engine.",
"keywords": [
"particle",
Expand All @@ -10,7 +10,6 @@
"webgl"
],
"main": "./build/proton.min.js",
"module": "src/index.js",
"types": "src/types.d.ts",
"scripts": {
"start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --listen 3001\"",
Expand Down

0 comments on commit ceb82ce

Please sign in to comment.