Adds Dfs
This commit is contained in:
16
spec/fixtures/dynamic_finders/plugin_version/lazy-youtube/composer_file/package.json
vendored
Normal file
16
spec/fixtures/dynamic_finders/plugin_version/lazy-youtube/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "lazy-youtube",
|
||||
"version": "1.0.0",
|
||||
"description": "A gutenberg Youtube embed block that only loads Youtube assets when the user needs them.",
|
||||
"main": "",
|
||||
"scripts": {
|
||||
"start": "wp-scripts start block/src/lazy-youtube-block.js --output-path=block/dist",
|
||||
"build": "wp-scripts build block/src/lazy-youtube-block.js --output-path=block/dist",
|
||||
"lint:js": "wp-scripts lint-js"
|
||||
},
|
||||
"author": "Laytan Laats",
|
||||
"license": "GPL-2.0+",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "6.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user