This commit is contained in:
erwanlr
2020-03-07 14:56:10 +01:00
parent f4a04b2387
commit 40d2c34347
7 changed files with 795 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "wp-notice-blocker",
"version": "1.0",
"description": "A notice blocker for WordPress",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hasinur1997/wp-notice-blocker.git"
},
"keywords": [
"WordPress",
"admin",
"notice",
"blocker"
],
"author": "Hasinur Rahman",
"license": "ISC",
"bugs": {
"url": "https://github.com/hasinur1997/wp-notice-blocker/issues"
},
"homepage": "https://github.com/hasinur1997/wp-notice-blocker#readme"
}