Skip to content

Commit

Permalink
Metadata and lower version before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed May 27, 2019
1 parent 34cf13c commit 1f007a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "gift-exchange",
"version": "1.0.0",
"version": "0.1.0",
"description": "A command-line utility to generate pairs of names for a gift exchange.",
"repository": {
"type" : "git",
"url" : "https://github.com/BrianMitchL/gift-exchange.git"
},
"main": "index.js",
"scripts": {
"prettier": "prettier --write *.{js,json,md}"
Expand Down

0 comments on commit 1f007a9

Please sign in to comment.