Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Feb 28, 2019
1 parent e2701dc commit 8b3a663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zeit/tracing-js",
"version": "0.0.3",
"version": "0.1.0",
"description": "A partial implementation of the Opentracing JavaScript API for honeycomb.io backend",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.js",
Expand All @@ -14,7 +14,7 @@
"author": "styfle",
"license": "MIT",
"engines": {
"node" : ">=8"
"node": ">=8"
},
"devDependencies": {
"@types/node": "^11.9.4",
Expand Down

0 comments on commit 8b3a663

Please sign in to comment.