diff --git a/package.json b/package.json index 7c3d3d1..ce29bc9 100644 --- a/package.json +++ b/package.json @@ -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" @@ -31,4 +33,4 @@ "mustache-express": "^1.3.0", "nodemailer": "^6.4.10" } -} +} \ No newline at end of file