diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-20T00·22+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-20T00·22+0000 |
commit | 54d1a0048a7101dc51bbea49feed7cded5031b17 (patch) | |
tree | 0e2eec03a79523cf2a3cb02939d36b6ccc7a230a /sandbox/covid-uk/package.json | |
parent | 76210a217c192bd832a2c57836f7a29c7b6c8908 (diff) |
Add sitemap to wpcarro.dev
- Create ./website directory - Add a sitemap to wpcarro.dev - Move covid-uk directory to sandbox directory TODO: Next sandbox, blog, and learn in the website directory
Diffstat (limited to 'sandbox/covid-uk/package.json')
-rw-r--r-- | sandbox/covid-uk/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sandbox/covid-uk/package.json b/sandbox/covid-uk/package.json new file mode 100644 index 000000000000..939506c8cce1 --- /dev/null +++ b/sandbox/covid-uk/package.json @@ -0,0 +1,16 @@ +{ + "name": "covid-uk", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "chart.js": "^2.9.3", + "tailwindcss": "^1.2.0" + } +} |