-
- Downloads
Add embed-block variation
parent
1f035e37
Branches
No related tags found
Showing
- assets/build/index.asset.php 1 addition, 1 deletionassets/build/index.asset.php
- assets/build/index.js 1 addition, 0 deletionsassets/build/index.js
- assets/src/index.js 32 additions, 0 deletionsassets/src/index.js
- inc/class-block-editor.php 22 additions, 2 deletionsinc/class-block-editor.php
- inc/class-plugin.php 16 additions, 0 deletionsinc/class-plugin.php
- package-lock.json 29607 additions, 29260 deletionspackage-lock.json
- package.json 30 additions, 26 deletionspackage.json
This diff is collapsed.
{ | { | ||
"name": "eth-embed-anchor-fm", | "name": "eth-embed-anchor-fm", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"main": "Gruntfile.js", | "main": "Gruntfile.js", | ||
"author": "Erick Hitter", | "author": "Erick Hitter", | ||
"scripts": { | "scripts": { | ||
"build": "wp-scripts build", | "build": "wp-scripts build", | ||
"check-engines": "wp-scripts check-engines", | "check-engines": "wp-scripts check-engines", | ||
"check-licenses": "wp-scripts check-licenses", | "check-licenses": "wp-scripts check-licenses", | ||
"format": "wp-scripts format", | "format": "wp-scripts format", | ||
"lint:css": "wp-scripts lint-style", | "lint:css": "wp-scripts lint-style", | ||
"lint:js": "wp-scripts lint-js", | "lint:js": "wp-scripts lint-js", | ||
"lint:md:docs": "wp-scripts lint-md-docs", | "lint:md:docs": "wp-scripts lint-md-docs", | ||
"lint:pkg-json": "wp-scripts lint-pkg-json", | "lint:pkg-json": "wp-scripts lint-pkg-json", | ||
"packages-update": "wp-scripts packages-update", | "packages-update": "wp-scripts packages-update", | ||
"plugin-zip": "wp-scripts plugin-zip", | "plugin-zip": "wp-scripts plugin-zip", | ||
"start": "wp-scripts start", | "start": "wp-scripts start", | ||
"test": "npm run test:e2e && npm run test:unit", | "test": "npm run test:e2e && npm run test:unit", | ||
"test:e2e": "wp-scripts test-e2e --passWithNoTests", | "test:e2e": "wp-scripts test-e2e --passWithNoTests", | ||
"test:unit": "wp-scripts test-unit-js --passWithNoTests" | "test:unit": "wp-scripts test-unit-js --passWithNoTests" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@wordpress/scripts": "^23.5.0", | "@wordpress/scripts": "^23.5.0", | ||
"grunt": "^1.5.3", | "grunt": "^1.5.3", | ||
"grunt-wp-i18n": "^1.0.3", | "grunt-wp-i18n": "^1.0.3", | ||
"grunt-wp-readme-to-markdown": "^2.1.0" | "grunt-wp-readme-to-markdown": "^2.1.0" | ||
} | }, | ||
"dependencies": { | |||
"@wordpress/hooks": "^3.13.0", | |||
"@wordpress/i18n": "^4.13.0" | |||
} | |||
} | } |
Please register or sign in to comment