From c4c2e5eaab7f008d01e09c47706193ab881ad46e Mon Sep 17 00:00:00 2001 From: Jonathan Niles Date: Sat, 24 Mar 2018 11:37:00 +0100 Subject: [PATCH] release(1.0.0): publish first release --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 97f5638..c941fba 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "@ima-worldhealth/tree", - "version": "0.0.0", + "version": "1.0.0", "description": "Build a tree from an adjacency list and operate on it", "main": "index.js", "scripts": { + "prepublishOnly": "yarn test", "test": "./node_modules/.bin/eslint index.js && nyc ava" }, "keywords": [