Skip to content

Commit

Permalink
feat(#580): publish recent commits to npm
Browse files Browse the repository at this point in the history
new features!
  • Loading branch information
kennsippell authored Oct 17, 2023
1 parent a34cf94 commit db734e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fn/compile-app-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { warn } = require('../lib/log');
const validateAppSettings = require('../lib/validate-app-settings');
const { APP_SETTINGS_DIR_PATH, APP_SETTINGS_JSON_PATH } = require('../lib/project-paths');

// we can't used named capture groups yet
// we can't use named capture groups yet
const JS_FILE_MATCHER = /^(.+)(\.js)$/; // 2 groups get the file name and extension
const JSON_FILE_MATCHER = /^(.+)(\.json)$/;
const configFileMatcher = (fileName) => {
Expand Down

0 comments on commit db734e1

Please sign in to comment.