@anthonylzq/simba.js 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -120,7 +120,7 @@ const main = async () => {
120
120
  readLineSync.promptCLLoop(
121
121
  {
122
122
  express: () => true,
123
- yarn: () => {
123
+ fastify: () => {
124
124
  config.fastify = true
125
125
 
126
126
  return true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthonylzq/simba.js",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "set up a modern backend app by running one command",
5
5
  "main": "lib/index.js",
6
6
  "directories": {