This commit is contained in:
erwanlr
2022-01-15 13:35:28 +01:00
parent 7f9295ad54
commit a4c843e51e
25 changed files with 4268 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
*** Role and Customer Based Pricing for WooCommerce ***
2021-07-18 - version 1.0.0
* Initial release

View File

@@ -0,0 +1,14 @@
{
"name": "role-and-customer-based-pricing-for-woocommerce",
"version": "1.0.0",
"description": "WooCommerce Plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Meow Crew",
"license": "ISC",
"dependencies": {
"animate.css": "^4.1.1"
}
}