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.
2 parents 7c2a752 + 37af167 commit cc703f5Copy full SHA for cc703f5
packages/playground/wordpress/package.json
@@ -26,8 +26,5 @@
26
"publishConfig": {
27
"access": "public",
28
"directory": "../../../dist/packages/playground/wordpress"
29
- },
30
- "dependencies": {
31
- "@php-wasm/universal": "^0.6.6"
32
}
33
packages/playground/wordpress/project.json
@@ -47,10 +47,7 @@
47
"executor": "@nx/linter:eslint",
48
"outputs": ["{options.outputFile}"],
49
"options": {
50
- "lintFilePatterns": [
51
- "packages/playground/wordpress/**/*.ts",
52
- "packages/playground/wordpress/package.json"
53
- ]
+ "lintFilePatterns": ["packages/playground/wordpress/**/*.ts"]
54
55
56
},
0 commit comments