We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0f39b commit 72b6d84Copy full SHA for 72b6d84
.eslintrc
@@ -0,0 +1,3 @@
1
+{
2
+ "extends": [ "plugin:@wordpress/eslint-plugin/recommended" ]
3
+}
package.json
@@ -5,11 +5,18 @@
5
"main": "index.js",
6
"scripts": {
7
"start": "wp-scripts start",
8
- "build": "wp-scripts build"
+ "build": "wp-scripts build",
9
+ "plugin-zip": "wp-scripts plugin-zip",
10
+ "format": "wp-scripts format"
11
},
12
+ "files": [
13
+ "build",
14
+ "index.php"
15
+ ],
16
+ "prettier": "@wordpress/prettier-config",
17
"keywords": [],
18
"author": "",
- "license": "GPL v2 or later",
19
+ "license": "GPLv2 or later",
20
"devDependencies": {
21
"@wordpress/scripts": "^24.6.0"
22
}
0 commit comments