From e3c1d701164a08360ecae0f4cc76bcc1ed6802be Mon Sep 17 00:00:00 2001 From: Richard King Date: Thu, 26 Mar 2020 17:59:03 +0100 Subject: [PATCH] docs: add project and package description --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fcd9172..549f893 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ ---

- Manageable, toggleable, conditional CSS classes with spread syntax. + Painless, compact, simple path management.

- A small wrapper function around @nodewell/from-class to manage CSS classes - via the className attribute using the ... spread syntax. + A Node.js utility to provide an easy, simple solution for path management + in your build scripts and in general tasks.

--- diff --git a/package.json b/package.json index db36a96..e1683bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nodewell/path", "version": "0.0.0-development", - "description": "", + "description": "A Node.js utility to provide an easy, simple solution for path management in your build scripts and in general tasks.", "author": "Richard King (www.richrdkng.com)", "license": "ISC", "homepage": "https://github.com/nodewell/path#readme",