Skip to content

Commit cc703f5

Browse files
committed
Merge branch 'setup-sqlite-integration-without-creating-db-php' into install-sqlite-function
2 parents 7c2a752 + 37af167 commit cc703f5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

packages/playground/wordpress/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@
2626
"publishConfig": {
2727
"access": "public",
2828
"directory": "../../../dist/packages/playground/wordpress"
29-
},
30-
"dependencies": {
31-
"@php-wasm/universal": "^0.6.6"
3229
}
3330
}

packages/playground/wordpress/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@
4747
"executor": "@nx/linter:eslint",
4848
"outputs": ["{options.outputFile}"],
4949
"options": {
50-
"lintFilePatterns": [
51-
"packages/playground/wordpress/**/*.ts",
52-
"packages/playground/wordpress/package.json"
53-
]
50+
"lintFilePatterns": ["packages/playground/wordpress/**/*.ts"]
5451
}
5552
}
5653
},

0 commit comments

Comments
 (0)