mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-18 10:31:28 +00:00
Improve code quality and write tests
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// Re-export lib/utils, so that consumers can import
|
||||
// babel-plugin-dynamic-import-node/utils instead of
|
||||
// babel-plugin-dynamic-import-node/lib/utils
|
||||
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
module.exports = require('./lib/utils');
|
||||
Reference in New Issue
Block a user