Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Feb 10, 2023
1 parent 369cd8b commit 3c060b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "eulejs",
"description": "Euler's diagrams are non-empty Venn's diagrams.",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"module": "src/index.js",
"modules.root": "src",
"homepage": "https://github.com/trouchet/eulejs#readme",
"bugs": {
"url": "https://github.com/trouchet/eulejs/issues"
},
"main": "dist/index-require.cjs",
"main": "dist/index-require.cjs",
"scripts": {
"build": "webpack --mode production",
"prepublish": "npm run build",
Expand Down

0 comments on commit 3c060b7

Please sign in to comment.