From 5b4b554cb56a05df4767e184c45c177b003bc6ae Mon Sep 17 00:00:00 2001 From: Zell Liew Date: Sun, 6 Mar 2022 09:52:37 +0800 Subject: [PATCH] 0.2.4 --- package-lock.json | 4 ++-- package.json | 20 ++++++++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9d22e3..cf6c20b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mappy-breakpoints", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mappy-breakpoints", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "devDependencies": { "gulp": "^4.0.2", diff --git a/package.json b/package.json index de0304c..ec21d61 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,16 @@ { "name": "mappy-breakpoints", - "version": "0.2.3", - "authors": ["Zell Liew "], + "version": "0.2.4", + "authors": [ + "Zell Liew " + ], "main": "_mappy-breakpoints.scss", - "keywords": ["breakpoints", "sass", "sass-maps", "maps"], + "keywords": [ + "breakpoints", + "sass", + "sass-maps", + "maps" + ], "type": "module", "license": "MIT", "description": "Mappy Breakpoints is a breakpoint mixin I have hacked together to streamline web development when using a Sass map to hold the breakpoint plugin. [Here's why I made this mixin](http://www.zell-weekeat.com/mappy-breakpoints)", @@ -12,7 +19,12 @@ "test": "", "release": "np --no-publish && npm publish" }, - "ignore": ["**/.*", "node_modules", "test", "tests"], + "ignore": [ + "**/.*", + "node_modules", + "test", + "tests" + ], "repository": { "type": "git", "url": "git+https://github.com/zellwk/mappy-breakpoints.git"