Skip to content

Commit

Permalink
feat: simplifying files names
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Jan 27, 2022
1 parent 51cc0d9 commit 782d07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/installation.js → lib/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const eslint = require('./functions/eslint')
const webpack = require('./functions/webpack')
const docker = require('./functions/docker')
const herokuF = require('./functions/heroku')
const express = require('./functions/express')
const express = require('./functions/api')

/**
* @param {Number} process number of process
Expand Down

0 comments on commit 782d07c

Please sign in to comment.