From 0f79e708bf07721b73ea41e5d341be08e8ea4dce Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 7 Mar 2021 18:29:17 +0100 Subject: Initial commit --- node_modules/ncp/test/symlink-fixtures/src/dir/bar | 1 + node_modules/ncp/test/symlink-fixtures/src/foo | 1 + 2 files changed, 2 insertions(+) create mode 100644 node_modules/ncp/test/symlink-fixtures/src/dir/bar create mode 100644 node_modules/ncp/test/symlink-fixtures/src/foo (limited to 'node_modules/ncp/test/symlink-fixtures/src') diff --git a/node_modules/ncp/test/symlink-fixtures/src/dir/bar b/node_modules/ncp/test/symlink-fixtures/src/dir/bar new file mode 100644 index 0000000..fd06f5f --- /dev/null +++ b/node_modules/ncp/test/symlink-fixtures/src/dir/bar @@ -0,0 +1 @@ +bar contents \ No newline at end of file diff --git a/node_modules/ncp/test/symlink-fixtures/src/foo b/node_modules/ncp/test/symlink-fixtures/src/foo new file mode 100644 index 0000000..35fc060 --- /dev/null +++ b/node_modules/ncp/test/symlink-fixtures/src/foo @@ -0,0 +1 @@ +foo contents \ No newline at end of file -- cgit