From ce5a25f8af6920b2e3d9791fd3623a77bd1d01b6 Mon Sep 17 00:00:00 2001 From: Igor Kharakhordin Date: Wed, 14 Dec 2022 23:31:48 +0100 Subject: [PATCH 1/2] Add AngularDart --- graveyard.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/graveyard.json b/graveyard.json index fc2bf09f..3ef392e1 100644 --- a/graveyard.json +++ b/graveyard.json @@ -1,5 +1,5 @@ [ - { + { "dateClose": "2022-11-01", "dateOpen": "2012-03-29", "description": "Google Surveys was a business product by Google aimed at facilitating customized market research.", @@ -2191,12 +2191,20 @@ "description": "Google Hangouts was a cross-platform instant messaging service.", "type": "service" }, - { + { "name": "Google Cloud IoT Core", "dateOpen": "2018-02-21", "dateClose": "2023-08-16", "link": "https://www.iotworldtoday.com/2022/08/23/google-cloud-to-shut-down-iot-core-service/", "description": "Google Cloud IoT Core was a managed service designed to let customers securely connect, manage, and ingest data from globally dispersed devices.", "type": "service" + }, + { + "name": "AngularDart", + "dateOpen": "2013-09-05", + "dateClose": "2021-09-20", + "link": "https://github.com/angulardart", + "description": "AngularDart was a framework for building web applications using HTML, CSS, and Dart. It was an implementation of Angular in the Dart language", + "type": "service" } ] From 5f26221382f62a11e47db98527f9b757d382876f Mon Sep 17 00:00:00 2001 From: Igor Kharakhordin Date: Wed, 14 Dec 2022 23:38:58 +0100 Subject: [PATCH 2/2] Add desc period --- graveyard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graveyard.json b/graveyard.json index 3ef392e1..d9e2729b 100644 --- a/graveyard.json +++ b/graveyard.json @@ -2204,7 +2204,7 @@ "dateOpen": "2013-09-05", "dateClose": "2021-09-20", "link": "https://github.com/angulardart", - "description": "AngularDart was a framework for building web applications using HTML, CSS, and Dart. It was an implementation of Angular in the Dart language", + "description": "AngularDart was a framework for building web applications using HTML, CSS, and Dart. It was an implementation of Angular in the Dart language.", "type": "service" } ]