Skip to content

Commit

Permalink
refactor: Improve module name
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Dec 8, 2022
1 parent b2cfd42 commit ac1e0db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/classes/plugin-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const renderCommandHelp = require('../cli/render-help/command');
const processBackendNotificationRequest = require('../utils/process-backend-notification-request');
const tokenizeException = require('../utils/tokenize-exception');
const getRequire = require('../utils/get-require');
const importModule = require('../utils/import-module');
const importModule = require('../utils/require-with-import-fallback');
const { log, getPluginWriters } = require('@serverless/utils/log');

let hooksIdCounter = 0;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
{
"files": [
"lib/utils/import-module.js",
"lib/utils/require-with-import-fallback.js",
"lib/plugins/aws/invoke-local/index.js"
],
"parserOptions": {
Expand Down

0 comments on commit ac1e0db

Please sign in to comment.