Skip to content

Commit 65c4a92

Browse files
authored
[Data liberation] Add blueprints-library as a submodule (#1967)
A part of #1894. Adds https://github.com/WordPress/blueprints-library as a git submodule to the data-liberation package to enable easy code reuse between the projects. I'm not yet sure, but perhaps moving all the PHP libraries to the blueprints-library would make sense? TBD No testing instructions. This is just a new submodule. No code changes are involved.
1 parent e17cbbd commit 65c4a92

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "isomorphic-git"]
22
path="isomorphic-git"
33
url=https://github.com/adamziel/isomorphic-git.git
4-
[submodule "wp-html-api"]
5-
path="wp-html-api"
6-
url=https://github.com/WordPress/wordpress-develop
4+
[submodule "blueprints-library"]
5+
path="packages/playground/data-liberation/blueprints-library"
6+
url=https://github.com/WordPress/blueprints-library.git
77

0 commit comments

Comments
 (0)