update version to 1.5

This commit is contained in:
Joshua Shoemaker 2020-07-28 20:53:25 -05:00
parent fb3bb45a48
commit e1005fd5c7
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"
}, },