From 40546c4c7cd63cd0b1dc82cbf1e29725f5245a39 Mon Sep 17 00:00:00 2001 From: Dan Ott Date: Wed, 13 Oct 2021 14:01:05 -0400 Subject: [PATCH 1/3] Create test.json --- test/test.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/test.json diff --git a/test/test.json b/test/test.json new file mode 100644 index 0000000..0607ba4 --- /dev/null +++ b/test/test.json @@ -0,0 +1,7 @@ +{"hello":123 + + , + + + "goodbye": true +} From a3a9e2bb1e4a023e6df2ebe9e419cace0122237b Mon Sep 17 00:00:00 2001 From: Dan Ott Date: Wed, 13 Oct 2021 14:03:21 -0400 Subject: [PATCH 2/3] Update package.json --- package.json | 51 ++++++++++++++++++++++++--------------------------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 96c4cfd..38251a8 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,27 @@ { - "name": "testing-things", + "name": "testing-things", "private": true, - "version": "2.0.0", - "description": "Testing things!", - "scripts": { - "prepare": "husky install", - "format": "npx prettier --write --ignore-unknown \"**/*\"" - }, - "repository": "git://github.com/Virtual-Coffee/Testing-Things.git", - "author": "Virtual Coffee (https://virtualcoffee.io/)", - "license": "CC-BY-3.0", - "bugs": { - "url": "https://github.com/Virtual-Coffee/Testing-Things/issues" - }, - "homepage": "https://github.com/Virtual-Coffee/Testing-Things#readme", - "devDependencies": { - - "husky": "^7.0.2", - "lint-staged": "^11.2.0", - "prettier": "2.4.1", - }, - "dependencies": { - - }, - "main": "index.js", - "lint-staged": { - "**/*": "prettier --write --ignore-unknown" - } + "version": "2.0.0", + "description": "Testing things!", + "scripts": { + "prepare": "husky install", + "format": "npx prettier --write --ignore-unknown \"**/*\"" + }, + "repository": "git://github.com/Virtual-Coffee/Testing-Things.git", + "author": "Virtual Coffee (https://virtualcoffee.io/)", + "license": "CC-BY-3.0", + "bugs": { + "url": "https://github.com/Virtual-Coffee/Testing-Things/issues" + }, + "homepage": "https://github.com/Virtual-Coffee/Testing-Things#readme", + "devDependencies": { + "husky": "^7.0.2", + "lint-staged": "^11.2.0", + "prettier": "2.4.1" + }, + "dependencies": {}, + "main": "index.js", + "lint-staged": { + "**/*": "prettier --write --ignore-unknown" + } } From f94c2151cbf404f9d1f48bfb3d9b6070e8cb97d3 Mon Sep 17 00:00:00 2001 From: danieltott Date: Wed, 13 Oct 2021 18:03:47 +0000 Subject: [PATCH 3/3] Apply formatting changes --- README.md | 1 + package.json | 50 +++++++++++++++++++++++++------------------------- test/test.json | 10 ++++------ 3 files changed, 30 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 91e3ab5..2b78cc2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Testing-Things + Testing some things - nothing to see here! diff --git a/package.json b/package.json index 38251a8..9e9a68a 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,27 @@ { - "name": "testing-things", - "private": true, - "version": "2.0.0", - "description": "Testing things!", - "scripts": { - "prepare": "husky install", - "format": "npx prettier --write --ignore-unknown \"**/*\"" - }, - "repository": "git://github.com/Virtual-Coffee/Testing-Things.git", - "author": "Virtual Coffee (https://virtualcoffee.io/)", - "license": "CC-BY-3.0", - "bugs": { - "url": "https://github.com/Virtual-Coffee/Testing-Things/issues" - }, - "homepage": "https://github.com/Virtual-Coffee/Testing-Things#readme", - "devDependencies": { - "husky": "^7.0.2", - "lint-staged": "^11.2.0", - "prettier": "2.4.1" - }, - "dependencies": {}, - "main": "index.js", - "lint-staged": { - "**/*": "prettier --write --ignore-unknown" - } + "name": "testing-things", + "private": true, + "version": "2.0.0", + "description": "Testing things!", + "scripts": { + "prepare": "husky install", + "format": "npx prettier --write --ignore-unknown \"**/*\"" + }, + "repository": "git://github.com/Virtual-Coffee/Testing-Things.git", + "author": "Virtual Coffee (https://virtualcoffee.io/)", + "license": "CC-BY-3.0", + "bugs": { + "url": "https://github.com/Virtual-Coffee/Testing-Things/issues" + }, + "homepage": "https://github.com/Virtual-Coffee/Testing-Things#readme", + "devDependencies": { + "husky": "^7.0.2", + "lint-staged": "^11.2.0", + "prettier": "2.4.1" + }, + "dependencies": {}, + "main": "index.js", + "lint-staged": { + "**/*": "prettier --write --ignore-unknown" + } } diff --git a/test/test.json b/test/test.json index 0607ba4..1c368ff 100644 --- a/test/test.json +++ b/test/test.json @@ -1,7 +1,5 @@ -{"hello":123 - - , - - - "goodbye": true +{ + "hello": 123, + + "goodbye": true }