Skip to content

Commit

Permalink
Merge pull request #13 from anewman15/main
Browse files Browse the repository at this point in the history
Add node and yarn versions to package.json file
  • Loading branch information
anewman15 authored Nov 12, 2020
2 parents 8f336c2 + 0371c1b commit 312f522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "activize",
"version": "1.0.0",
"engines": {
"node": "15.2.0",
"yarn": "1.22.5"
},
"description": "This is an activity logger app that helps a user create daily activities and categorize them according to various categories they have in mind. They are able to name and create those groups according to their convenience.",
"main": "index.js",
"repository": "git@github.com:anewman15/activize.git",
Expand Down

0 comments on commit 312f522

Please sign in to comment.