We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DOKAN_PRO_SINCE
1 parent 1658a61 commit 0bd36d8Copy full SHA for 0bd36d8
bin/version-replace.js
@@ -16,6 +16,6 @@ const { version } = JSON.parse( fs.readFileSync( 'package.json' ) );
16
17
replace( {
18
files: pluginFiles,
19
- from: /DOKAN_SINCE/g,
+ from: [ /DOKAN_SINCE/g, /DOKAN_PRO_SINCE/g ],
20
to: version,
21
} );
0 commit comments