-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- .distignore 42 additions, 0 deletions.distignore
- .editorconfig 22 additions, 0 deletions.editorconfig
- .gitignore 9 additions, 0 deletions.gitignore
- Gruntfile.js 56 additions, 0 deletionsGruntfile.js
- package.json 17 additions, 0 deletionspackage.json
- readme.txt 115 additions, 0 deletionsreadme.txt
- tc-core-update-minor.php 16 additions, 0 deletionstc-core-update-minor.php
.distignore
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
Gruntfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "tc-core-update-minor", | ||
"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" | ||
} | ||
} |
readme.txt
0 → 100644
tc-core-update-minor.php
0 → 100644
Please register or sign in to comment