Bump version

r0.1.5
Garrett Mills 3 years ago
parent fad1184afe
commit 31006e8096
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

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

Loading…
Cancel
Save