Skip to content

Commit

Permalink
Reduce npm package size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbol99 committed Dec 9, 2023
1 parent 10d145f commit 4903aa3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

# Coverage directory used by tools like istanbul
coverage/

# nyc test coverage
.nyc_output/

# Documentation
docs/

# Test directory
test/

# Examples directory
examples/

# Packages directory
packages/

# Webstorm
.idea/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatten-js/core",
"version": "1.4.6",
"version": "1.4.7",
"description": "Javascript library for 2d geometry",
"main": "dist/main.cjs",
"umd:main": "dist/main.umd.js",
Expand Down

0 comments on commit 4903aa3

Please sign in to comment.