update version to 1.5

This commit is contained in:
ysandler 2020-07-28 20:53:25 -05:00 committed by Joshua Shoemaker
parent 2d173a6b7a
commit 7a15a31499
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,8 @@
{ {
"name": "dmein", "name": "dmein",
"version": "0.1.4", "version": "0.1.5",
"description": "Dmein is a modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data.", "description": "Dmein is a modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data.",
"main": "index.js", "main": "index.js",
"type": "module",
"directories": { "directories": {
"test": "tests" "test": "tests"
}, },