Skip to content

Commit

Permalink
release: 0.4.4
Browse files Browse the repository at this point in the history
In package.json, mark this package as ES modules
  • Loading branch information
JGreenlee committed May 7, 2024
1 parent 78d536f commit aa17c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "e-mission-common",
"version": "0.4.3",
"type": "module",
"version": "0.4.4",
"description": "A common library to share code between projects in the e-mission-platform. Written in Python and exposed as both Python and JavaScript.",
"main": "./emcommon_js/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "e-mission-common"
version = "0.4.3"
version = "0.4.4"
authors = [
{name = "Jack Greenlee", email = "[email protected]"},
{name = "K Shankari", email = "[email protected]"},
Expand Down

0 comments on commit aa17c6a

Please sign in to comment.