Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Mar 19, 2020
1 parent a8257fe commit c6def73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@ima-worldhealth/tree",
"version": "1.0.0",
"version": "2.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",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release" : "release-it --disable-metrics --github.release --npm.publish"
"release": "release-it --disable-metrics --github.release --npm.publish"
},
"publishConfig" : {
"publishConfig": {
"access": "public"
},
"keywords": [
Expand Down

0 comments on commit c6def73

Please sign in to comment.