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

Loading…
Cancel
Save