From e5f3a3c245ac3feee29b358abf3ee30580524dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gre=CC=81gori=20So=CC=81ria?= Date: Tue, 4 Feb 2020 21:22:29 -0300 Subject: [PATCH] test adjust for np --- README.md | 4 ++-- package.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5566191..f755a0f 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ $considerMinimalFont: true !default; [![CodePen](https://s3.amazonaws.com/media.eremedia.com/wp-content/uploads/2018/05/31112343/Codepen.png)](https://codepen.io/gregorisoria/pen/BayPwmW) -### Tests -`npm run test` +### Dev +`npm run dev`

##### Tip: Use a css minifier diff --git a/package.json b/package.json index 37b1847..497f4e9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "1.0.4", "description": "SASS Media queries on a single line", "scripts": { - "test": "gulp tests" + "test": "echo \"No test specified\"", + "dev": "gulp tests" }, "repository": { "type": "git",