Skip to content

Commit 39062f4

Browse files
committed
rm star
1 parent 5eed86f commit 39062f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/0-vanilla/migrate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { Umzug, JSONStorage } = require('umzug');
22

33
exports.migrator = new Umzug({
44
migrations: {
5-
glob: 'migrations/*.*js',
5+
glob: 'migrations/*.js',
66
},
77
context: { directory: __dirname + '/ignoreme' },
88
storage: new JSONStorage({ path: __dirname + '/ignoreme/storage.json' }),

0 commit comments

Comments
 (0)