initial commit

This commit is contained in:
2023-12-24 09:07:27 -06:00
commit 5216d8f8f9
18 changed files with 989 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "tonys-sportspress-enhancements",
"version": "0.1.0",
"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"
}
}