Skip to content

Commit

Permalink
chore: v0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 20, 2022
1 parent 1b6a83e commit 00e685a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
<a href="https://www.npmjs.com/package/patha" target="_blank">
<img alt="Version" src="https://img.shields.io/npm/v/patha.svg">
</a>
<img src="https://img.shields.io/badge/node-%3E%3D12.x-blue.svg" />
<a href="#" target="_blank">
<img alt="License: Apache--2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" />
</a>
</p>

> 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.
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 00e685a

Please sign in to comment.