From 9e3f11bf05d9c3883b99afe900ea6cb7c2392111 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 1 Mar 2020 16:06:35 +0100 Subject: heart, user, map pin, gulp init --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6d0ba92..60a66dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "tabler-icons", "version": "1.0.0", - "description": "", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" @@ -10,5 +9,15 @@ "license": "MIT", "bugs": { "url": "https://github.com/tabler/tabler-icons/issues" + }, + "homepage": "https://github.com/tabler/tabler-icons#readme", + "main": "gulpfile.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "description": "", + "devDependencies": { + "glob": "^7.1.6", + "gulp": "^4.0.2" } } -- cgit v1.2.1