diff options
Diffstat (limited to 'tests/specs/publish/byonm_dep/node_modules/package/index.js')
-rw-r--r-- | tests/specs/publish/byonm_dep/node_modules/package/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/publish/byonm_dep/node_modules/package/index.js b/tests/specs/publish/byonm_dep/node_modules/package/index.js new file mode 100644 index 000000000..0ecf3b875 --- /dev/null +++ b/tests/specs/publish/byonm_dep/node_modules/package/index.js @@ -0,0 +1,3 @@ +export function add(a, b) { + return a + b; +}
\ No newline at end of file |