Adds DFs
This commit is contained in:
24
spec/fixtures/dynamic_finders/plugin_version/simple-blurb/composer_file/package.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/simple-blurb/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "jc-blocks-simple-blurb",
|
||||
"version": "1.0.0",
|
||||
"description": "Gutenberg block that showcases a short piece of information.",
|
||||
"author": "JC, The WordPress Contributors",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"files": [ "*.php", "build/*" ],
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"plugin-zip": "wp-scripts plugin-zip",
|
||||
"start": "wp-scripts start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/blob": "^3.16.0",
|
||||
"@wordpress/icons": "^9.7.0",
|
||||
"@wordpress/scripts": "^24.0.0",
|
||||
"classnames": "^2.3.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user