Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviervd committed Oct 5, 2023
0 parents commit 772225d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Empty file added index.js
Empty file.
13 changes: 13 additions & 0 deletions package-lock.json

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

17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "dmg-resolver",
"version": "1.0.0",
"description": "resolver utility for maintining healthy upstream when parsing URIs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"resolver",
"design",
"museum",
"gent"
],
"author": "Olivier Van D'huynslager",
"license": "MIT"
}

0 comments on commit 772225d

Please sign in to comment.