From b009b50e81b6c1d0d691505b5f5c0418f559bfc0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 23:19:58 +0100 Subject: Remove Atom config --- .../pretty-json/node_modules/json-stable-stringify/example/nested.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 atom/packages/pretty-json/node_modules/json-stable-stringify/example/nested.js (limited to 'atom/packages/pretty-json/node_modules/json-stable-stringify/example/nested.js') diff --git a/atom/packages/pretty-json/node_modules/json-stable-stringify/example/nested.js b/atom/packages/pretty-json/node_modules/json-stable-stringify/example/nested.js deleted file mode 100644 index 9a672fc..0000000 --- a/atom/packages/pretty-json/node_modules/json-stable-stringify/example/nested.js +++ /dev/null @@ -1,3 +0,0 @@ -var stringify = require('../'); -var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 }; -console.log(stringify(obj)); -- cgit