diff --git a/package-lock.json b/package-lock.json index 41a8fa1..6925ea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mern-auth-boilerplate", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16425,4 +16425,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 710c493..6bdbf55 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,18 @@ { "name": "mern-auth-boilerplate", - "version": "1.0.0", - "description": "", + "version": "1.1.0", + "description": "A template project using the MERN stack", "main": "server/index.js", - "author": "", + "repository": { + "type": "git", + "url": "https://github.com/lukebettridge/mern-auth-boilerplate.git" + }, + "author": { + "name": "PADDL LTD", + "email": "info@paddl.co.uk", + "url": "https://paddl.co.uk" + }, + "license": "UNLICENSED", "scripts": { "build": "rm -rf build && NODE_ENV=production webpack -p --progress", "client": "webpack-dev-server --port 3000", @@ -94,4 +103,4 @@ "webpack-dev-middleware": "^1.9.0", "webpack-dev-server": "^3.10.1" } -} +} \ No newline at end of file