diff --git a/README.md b/README.md index a563c58..561fefc 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,12 @@ Version - License: Apache--2.0

-> File paths library. All you need to work with paths. drop-in replacement for Nodejs 'path'. Tiny and tree-shakable. +> File paths library. All you need to work with paths. Tiny drop-in replacement for 'path'. Works in Node, Browser, and Deno. diff --git a/package.json b/package.json index d6bb0e1..3c9c6d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "patha", - "version": "0.2.1", - "description": "File paths library. All you need to work with paths. drop-in replacement for Nodejs 'path'. Tiny and tree-shakable.", + "version": "0.3.0", + "description": "File paths library. All you need to work with paths. Tiny drop-in replacement for 'path'. Works in Node, Browser, and Deno.", "homepage": "https://github.com/aminya/patha", "repository": "https://github.com/aminya/patha", "license": "Apache-2.0",