Skip to content

Commit

Permalink
Added cubic metres, cubic feet, cubic includes and oil barrels to volume
Browse files Browse the repository at this point in the history
  • Loading branch information
putridparrot committed Dec 16, 2022
1 parent 3c9253b commit 9d49012
Show file tree
Hide file tree
Showing 6 changed files with 3,359 additions and 543 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,15 @@ Each unit of measure then includes functions to convert to each for example, con

### Volume

* Cubic Feet (feet3)
* Cubic Inches (inch3)
* Cubic Metres (m3)
* Fluid Ounces (floz)
* Gallons (gal)
* Kilolitres (kl)
* Litres (l)
* Millilitres (ml)
* Oil Barrels (oilbarrel)
* Pints (pt)
* Quarts (qt)
* Tablespoons (tbsp)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@putridparrot/conversion-units",
"version": "0.1.18",
"version": "0.1.19",
"description": "Units of measure converters package",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 9d49012

Please sign in to comment.