Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Add stats and metrics keywords, update lerna dep
Browse files Browse the repository at this point in the history
  • Loading branch information
draffensperger committed Jan 7, 2019
1 parent 276a339 commit 5dda2bb
Show file tree
Hide file tree
Showing 2 changed files with 6,482 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@opencensus/opencensus-web-base",
"version": "0.0.1",
"description": "OpenCensus is a toolkit for collecting application performance and behavior data.",
"description":
"OpenCensus is a toolkit for collecting application performance and behavior data.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "census-instrumentation/opencensus-web",
Expand All @@ -17,7 +18,9 @@
"opencensus",
"browser",
"tracing",
"profiling"
"profiling",
"stats",
"metrics"
],
"author": "OpenCensus Authors",
"license": "Apache-2.0",
Expand All @@ -36,6 +39,6 @@
"node": ">=6.0"
},
"devDependencies": {
"lerna": "^3.7.1"
"lerna": "^3.8.5"
}
}

0 comments on commit 5dda2bb

Please sign in to comment.