New package lock

This commit is contained in:
2021-03-26 22:58:29 -05:00
parent 31006e8096
commit 6f73df3465
2 changed files with 59 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@extollo/lib",
"version": "0.1.1",
"version": "0.1.2",
"description": "The framework library that lifts up your code.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -8,7 +8,7 @@
"lib": "lib"
},
"dependencies": {
"@extollo/di": "^0.4.1",
"@extollo/di": "^0.4.2",
"@extollo/util": "^0.3.1",
"@types/negotiator": "^0.6.1",
"@types/node": "^14.14.35",