Adds DFs
This commit is contained in:
25
spec/fixtures/dynamic_finders/plugin_version/wp-notice-blocker/composer_file/package.json
vendored
Normal file
25
spec/fixtures/dynamic_finders/plugin_version/wp-notice-blocker/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user