Skip to content

Commit 1c37e65

Browse files
committed
feat: exclude esm map from build dist
1 parent 4126990 commit 1c37e65

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detect-collisions",
3-
"version": "9.27.0",
3+
"version": "9.27.1",
44
"description": "Points, Lines, Boxes, Polygons (also hollow), Ellipses, Circles. RayCasting, offsets, rotation, scaling, bounding box padding, flags for static and ghost/trigger bodies",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -10,7 +10,7 @@
1010
"require": "./dist/index.js"
1111
},
1212
"scripts": {
13-
"start": "chef-express dist/demo --debug --port 3000",
13+
"start": "chef-express dist/demo --debug",
1414
"test": "jest --silent --verbose --forceExit",
1515
"dev": "webpack serve --port 3000",
1616
"amend": "NO_BENCH=1 npm run precommit;git commit -a --am --no-edit",
@@ -45,9 +45,7 @@
4545
},
4646
"repository": "git://github.com/Prozi/detect-collisions.git",
4747
"files": [
48-
"esm/*.*",
49-
"esm/bodies",
50-
"esm/external",
48+
"esm/index.js",
5149
"dist/*.*",
5250
"dist/bodies",
5351
"dist/external"

0 commit comments

Comments
 (0)