From 6d80f2c685fd19ccb83a1bd4abca6fd10348c32b Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Wed, 10 Aug 2016 11:11:27 +0200 Subject: [PATCH] Create package.json for negation --- test/_fixtures/negation/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/_fixtures/negation/package.json diff --git a/test/_fixtures/negation/package.json b/test/_fixtures/negation/package.json new file mode 100644 index 0000000..2a15744 --- /dev/null +++ b/test/_fixtures/negation/package.json @@ -0,0 +1,8 @@ +{ + "name": "negation", + "version": "0.0.1", + "description": "", + "dependencies": { + + } +}