Files
tonys-sportspress-enhancements/package.json
Anthony Correa 083d0320e1
All checks were successful
Release Plugin Zip / release (push) Successful in 6s
Bump plugin version to 0.1.15
Update the plugin header, runtime version constant, and package metadata for the next release.
2026-05-18 18:38:35 -05:00

18 lines
363 B
JSON

{
"name": "tonys-sportspress-enhancements",
"version": "0.1.15",
"main": "Gruntfile.js",
"author": "YOUR NAME HERE",
"scripts" : {
"start" : "grunt default" ,
"readme" : "grunt readme",
"i18n" : "grunt i18n"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
}
}