Skip to content

Commit f881f5a

Browse files
authored
[deploy:live] Merge pull request #235 from PRX/feat/225-episode-importer-undo-import
#225: Episode importer rollback import
2 parents edcce5e + 2d2d702 commit f881f5a

27 files changed

+3323
-776
lines changed

.lando.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: the-world-wp
22
recipe: pantheon
3+
excludes:
4+
- vendor
5+
- node_modules
6+
- wp-content/plugins/tw-episode-importer/admin/ui/node_modules
37
env_file:
48
- .env
59
config:

wp-content/plugins/tw-episode-importer/admin/ui/dist/bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-content/plugins/tw-episode-importer/admin/ui/dist/bundle.js.LICENSE.txt

+7
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
* LICENSE file in the root directory of this source tree.
3939
*/
4040

41+
/**
42+
* @license lucide-react v0.456.0 - ISC
43+
*
44+
* This source code is licensed under the ISC license.
45+
* See the LICENSE file in the root directory of this source tree.
46+
*/
47+
4148
/**
4249
* A better abstraction over CSS.
4350
*

0 commit comments

Comments
 (0)