From 5f466137ad6ac596600e3ff53c9b786815398445 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 17:36:13 +0200 Subject: node_modules, clean up package.json --- node_modules/deep-is/example/cmp.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 node_modules/deep-is/example/cmp.js (limited to 'node_modules/deep-is/example/cmp.js') diff --git a/node_modules/deep-is/example/cmp.js b/node_modules/deep-is/example/cmp.js deleted file mode 100644 index 67014b88d..000000000 --- a/node_modules/deep-is/example/cmp.js +++ /dev/null @@ -1,11 +0,0 @@ -var equal = require('../'); -console.dir([ - equal( - { a : [ 2, 3 ], b : [ 4 ] }, - { a : [ 2, 3 ], b : [ 4 ] } - ), - equal( - { x : 5, y : [6] }, - { x : 5, y : 6 } - ) -]); -- cgit v1.2.3