Skip to content

Commit

Permalink
Merge pull request #20 from damian-pastorini/develop
Browse files Browse the repository at this point in the history
- Reldens - Items System
  • Loading branch information
damian-pastorini authored Jul 12, 2020
2 parents ef0a20a + a629800 commit e4fd246
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "@reldens/items-system",
"version": "0.5.2",
"scope": "@reldens",
"version": "0.5.3",
"description": "Reldens - Items System",
"source": true,
"author": "Damian A. Pastorini",
"license": "MIT",
"homepage": "https://github.com/damian-pastorini/reldens-items",
"source": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/damian-pastorini/reldens-items.git"
Expand All @@ -30,14 +34,8 @@
"bugs": {
"url": "https://github.com/damian-pastorini/reldens-items/issues"
},
"engines": {
"node": "13.1.0"
},
"author": "Damian A. Pastorini",
"license": "MIT",
"dependencies": {
"@reldens/utils": "^0.1.5",
"@reldens/storage": "^0.1.4"
},
"devDependencies": {}
"@reldens/storage": "^0.1.5"
}
}

0 comments on commit e4fd246

Please sign in to comment.