From 63e5d618280c069759a65bafed72084c5a63e0d8 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 12 Sep 2021 19:06:27 +0300 Subject: [PATCH] update package --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0939833..69fe599 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "asmcss-mixin-w", - "version": "0.0.0", - "description": "A mixin that provides extended functionality to set the width of an element.", + "version": "1.0.0", + "description": "A mixin for Assembler CSS that provides extended functionality to set the width of an element.", "repository": "https://github.com/Awilum/asmcss-mixin-w", "bugs": "https://github.com/Awilum/asmcss-mixin-w/issues", "homepage": "https://github.com/Awilum/asmcss-mixin-w", @@ -9,6 +9,18 @@ "contributors": [ "Sergey Romanenko " ], + "keywords": [ + "asmcss", + "asmcss-mixin", + "asmcss-mixin-w", + "css", + "front-end", + "framework", + "responsive", + "mobile-first", + "mixin", + "web" + ], "devDependencies": { "gulp": "^4.0.2", "gulp-concat": "^2.6.1",