Skip to content

Commit

Permalink
release(1.0.0): publish first release
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Mar 24, 2018
1 parent d767ebe commit c4c2e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit c4c2e5e

Please sign in to comment.