Skip to content

Commit

Permalink
Updates package.json with some best practices
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Gentry <[email protected]>
  • Loading branch information
SomethingNew71 committed Mar 24, 2021
1 parent d8386af commit 6ccf6aa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"name": "classicminidiy",
"version": "3.0.0",
"version": "3.5.4",
"description": "Classic Mini DIY - The Classic Mini Knowledgebase",
"author": "cole-gentry",
"author": {
"name": "Cole Gentry",
"email": "[email protected]",
"url": "https://github.com/SomethingNew71"
},
"license": "GPL-3.0",
"private": false,
"fix-absolute": "sed -i '/ .basedir.: /d' .nuxt/dist/server-bundle.json",
"repository": {
"type": "git",
"url": "git://github.com/SomethingNew71/classicminidiy.git"
},
"homepage": "https://classicminidiy.com",
"bugs": {
"url": "https://github.com/SomethingNew71/classicminidiy/issues"
},
"engines": {
"node": "^14.16.0"
},
Expand Down

0 comments on commit 6ccf6aa

Please sign in to comment.