Skip to content

Commit

Permalink
updating package format
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 26, 2020
1 parent e419cce commit 459d2b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.9.0",
"description": "A highly opinionated MVC micro web-framework.",
"main": "./src/simplemvc.js",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremyaboyd/simplemvcjs.git"
Expand Down Expand Up @@ -31,4 +33,4 @@
"mustache-express": "^1.3.0",
"nodemailer": "^6.4.10"
}
}
}

0 comments on commit 459d2b5

Please sign in to comment.