HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "precise-plugin-updater",
"version": "1.0.2",
"description":
"=== Precise Plugin Updater === Contributors: cardinal90 Donate link: https://www.paypal.me/Cardinal Tags: automatic updates, plugins, updates, versions Requires at least: 3.9.0 Tested up to: 4.9.1 Requires PHP: 5.3 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"lint": "phpcs --extensions=php,inc -s . || true",
"fix": "phpcbf --extensions=php,inc --standard=Wordpress . || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cardinal90/precise-plugin-updater.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cardinal90/precise-plugin-updater/issues"
},
"homepage": "https://github.com/Cardinal90/precise-plugin-updater#readme"
}