From 4fc05cba55e26a02a73b1e155bf7afc89cae8608 Mon Sep 17 00:00:00 2001 From: Jhonatan Date: Thu, 9 Apr 2020 00:56:11 -0300 Subject: [PATCH] docs: add demo link --- README.md | 2 +- package-lock.json | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 402415f..3fa2a24 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Tic-Tac-Toe is a fun game with angular ## 🖥 Demo -An example of application can be found [here](). +An example of application can be found [here](https://jhonatanmedeiros.github.io/npx-tic-tac-toe/). ## ⌨️ Development diff --git a/package-lock.json b/package-lock.json index e4f0408..4db87e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npx-tic-tac-toe", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 320fed2..c14647f 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ ], "license": "MIT", "author": "Jhonatan Hardt de Medeiros", + "homepage": "https://jhonatanmedeiros.github.io/npx-tic-tac-toe/", "bugs": { "url": "https://github.com/JhonatanMedeiros/npx-tic-tac-toe/issues" },