diff --git a/public/blog/_data.json b/public/blog/_data.json index 42e9618bd..a829e885c 100644 --- a/public/blog/_data.json +++ b/public/blog/_data.json @@ -3544,5 +3544,14 @@ "code" ], "published": true + }, + "from-tests-to-debugging-node-workflow": { + "title": "From tests to debugging: node workflow", + "date": "2016-03-01 15:55:06", + "image": "/images/devtool-for-node.png", + "tags": [ + "code" + ], + "published": true } } \ No newline at end of file diff --git a/public/drafts/from-tests-to-debugging-node-workflow.md b/public/blog/from-tests-to-debugging-node-workflow.md similarity index 100% rename from public/drafts/from-tests-to-debugging-node-workflow.md rename to public/blog/from-tests-to-debugging-node-workflow.md diff --git a/public/drafts/_data.json b/public/drafts/_data.json index ecd65a213..10bcc375c 100644 --- a/public/drafts/_data.json +++ b/public/drafts/_data.json @@ -210,16 +210,6 @@ "business" ] }, - "from-tests-to-debugging-node-workflow": { - "title": "From tests to debugging: node workflow", - "date": "2016-02-21 14:35:44", - "complete": true, - "image": "/images/devtool-for-node.png", - "inprogress": false, - "tags": [ - "code" - ] - }, "commit-to-contribute": { "title": "Commit to contribute", "image": "/images/github-contrib-notice.png",