Files
carpseeds.pl/wp-content/plugins/elementor-3.2.5-bck4/.grunt-config/bumpup.js
2024-07-15 11:28:08 +02:00

13 lines
162 B
JavaScript

/**
* Grunt bumpup task config
* @package Elementor
*/
module.exports = {
options: {
updateProps: {
pkg: 'package.json'
}
},
file: 'package.json'
};