Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "microboot", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Boot up your app in wee little modules with the help of glob.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,5 @@ # microboot | ||
'listeners' | ||
]) | ||
], function () { | ||
console.log('App booted!') | ||
}) | ||
``` | ||
@@ -41,3 +43,5 @@ | ||
'lib/endpoints/**' | ||
]) | ||
], function () { | ||
console.log('Ready!') | ||
}) | ||
``` | ||
@@ -44,0 +48,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20476
127
0