From af0a6fed2eb5e4c4208b6dba440ea1a7f8a61642 Mon Sep 17 00:00:00 2001 From: Oleg Polyakov Date: Fri, 10 Jul 2020 21:18:28 +0300 Subject: [PATCH] Update version --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 9f0fe9c..291cf8f 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,8 @@ { "name": "mdc-pug", - "version": "0.4.5", - "description": "", + "version": "1.0.0", + "description": "Material Components Web implemented in Pug", "main": "index.pug", - "keywords": [ - "pug", - "mdc", - "material", - "material-design", - "material-components" - ], - "author": { - "name": "Oleg Polyakov", - "email": "olegpolyakov@outlook.com" - }, - "license": "MIT", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -27,5 +15,17 @@ "gulp-pug": "^4.0.1", "gulp-sass": "^4.1.0", "sass": "^1.26.10" - } -} + }, + "author": { + "name": "Oleg Polyakov", + "email": "olegpolyakov@outlook.com" + }, + "license": "MIT", + "keywords": [ + "mdc", + "pug", + "material", + "material-design", + "material-components" + ] +} \ No newline at end of file