Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Add missing package.json fields (#53)
Browse files Browse the repository at this point in the history
* Add description, repository, author and license

* Bump version to 1.1.0
  • Loading branch information
lukebettridge committed Mar 16, 2020
1 parent 0492821 commit 7a03893
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"url": "https://paddl.co.uk"
},
"license": "UNLICENSED",
"scripts": {
"build": "rm -rf build && NODE_ENV=production webpack -p --progress",
"client": "webpack-dev-server --port 3000",
Expand Down Expand Up @@ -94,4 +103,4 @@
"webpack-dev-middleware": "^1.9.0",
"webpack-dev-server": "^3.10.1"
}
}
}

0 comments on commit 7a03893

Please sign in to comment.