Skip to content

Commit

Permalink
pw_web: Export TypeScript type definitions from package.json
Browse files Browse the repository at this point in the history
Change-Id: I8c6accefb6d0a2f5c3422c92fef6e1f491eb8589
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/105480
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Asad Memon <asadmemon@google.com>
Reviewed-by: Anthony DiGirolamo <tonymd@google.com>
  • Loading branch information
asadm authored and CQ Bot Account committed Aug 8, 2022
1 parent 2499dff commit 0ef8d77
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": "pigweedjs",
"version": "0.0.4",
"version": "0.0.5",
"description": "An open source collection of embedded-targeted libraries",
"author": "The Pigweed Authors",
"license": "Apache-2.0",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.mjs",
"./protos": "./dist/protos/collection.umd.js",
Expand Down

0 comments on commit 0ef8d77

Please sign in to comment.