From 9778419a7f839c92e129c2a94f6e7c9f8fd93c48 Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Wed, 8 Aug 2018 14:35:48 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Keywords/Desc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b5c2e47..7667f64 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,9 @@ { "name": "pudl", "version": "0.1.0", - "description": "", - "main": "index.js", + "description": "A JavaScript-based static site generator for quick-prototyping of awesome little static demos while teaching/presenting", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "release": "release-it && npx vsce publish", + "release": "release-it", "release-major": "release-it major", "release-dry": "release-it --dry-run" }, @@ -13,9 +11,14 @@ "type": "git", "url": "git+https://github.com/MaedahBatool/pudl.git" }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ + "pug", + "scss", + "gulp", + "sass" + ], + "author": "Maedah Batool (https://MaedahBatool.com/)", + "license": "MIT", "bugs": { "url": "https://github.com/MaedahBatool/pudl/issues" },