Skip to content

Commit

Permalink
Merge pull request #4 from iambumblehead/add-exports-to-package-json
Browse files Browse the repository at this point in the history
added exports field to package.json
  • Loading branch information
iambumblehead authored Jul 31, 2023
2 parents ff424dc + fa91c86 commit 151c15a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "simpletime",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"module": "simpletime.js",
"license": "MIT",
"readmeFilename": "README.md",
"description": "Convert and manipulate various time formats..",
"exports": {
"import": "./simpletime.js"
},
"files": [
"simpletime.js"
],
Expand Down

0 comments on commit 151c15a

Please sign in to comment.