-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to wp-scripts from cgb-scripts
- Loading branch information
1 parent
096090f
commit 4ac97ac
Showing
10 changed files
with
8,975 additions
and
3,316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '8e95c3fd14a1229831b46eb258fc9b05'); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"name": "sbb-ghostwriter-cgb-guten-block", | ||
"version": "1.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "cgb-scripts start", | ||
"build": "cgb-scripts build", | ||
"eject": "cgb-scripts eject" | ||
}, | ||
"dependencies": { | ||
"cgb-scripts": "1.9.8", | ||
"typed.js": "^2.0.9" | ||
} | ||
"private": true, | ||
"scripts": { | ||
"build": "wp-scripts build", | ||
"env": "wp-scripts env" | ||
}, | ||
"devDependencies": { | ||
"@wordpress/scripts": "^6.1.1", | ||
"typed.js": "^2.0.11" | ||
}, | ||
"wp-env": { | ||
"plugin-dir": "sbb-ghostwriter", | ||
"plugin-name": "Ghostwriter", | ||
"welcome-build-command": "npm run build" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import './editor.scss'; | ||
|
||
const { __ } = wp.i18n; | ||
const { registerBlockStyle } = wp.blocks; | ||
|