This commit is contained in:
erwanlr
2020-08-08 13:25:15 +02:00
parent 22979a1a77
commit 1043bcb267
16 changed files with 1405 additions and 2 deletions

View 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"
}
}