Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Aug 22, 2023
1 parent ee8f214 commit 3e8a1c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspm/node-importmap-loader",
"version": "0.0.1",
"version": "0.1.0",
"description": "JSPM's node importmap loader ⚡️",
"author": "Jaya Krishna Namburu <[email protected]>",
"type": "module",
Expand All @@ -12,6 +12,18 @@
"bin": {
"load-node-importmap": "node --loader dist/loader.js"
},
"contributors": [
{
"name": "Jeff Wainwright",
"email": "[email protected]",
"url": "https://jeffry.in"
},
{
"name": "Jaya Krishna Namburu",
"email": "[email protected]",
"url": "https://github.com/JayaKrishnaNamburu"
}
],
"scripts": {
"test": "time chomp test:e2e",
"dir-size": "chomp dir-size"
Expand Down

0 comments on commit 3e8a1c7

Please sign in to comment.