We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f49f0 commit b238a09Copy full SHA for b238a09
utils/bump/resources.js
@@ -9,7 +9,7 @@
9
const fs = require('fs'), // to read/write files
10
path = require('path') // to manipulate paths
11
12
- // Init CACHE vars
+ // Init CACHE paths
13
const cachePaths = { root: '.cache/' }
14
cachePaths.bumpUtils = path.join(__dirname, `${cachePaths.root}bump-utils.min.mjs`)
15
0 commit comments