Skip to content

Commit

Permalink
Add missing package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed May 4, 2024
1 parent ae4e44b commit e3a54fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "uneventful",
"version": "0.0.1",
"description": "Signals plus streams, minus the seams (plus structured concurrency and integrated resource cleanup)",
"keywords": [
"signals",
"reactive streams",
"streams",
"cancellation",
"abortSignals",
"cancellable promises",
"FRP"
],
"repository": "https://github.com/pjeby/uneventful.git",
"license": "ISC",
"type": "module",
"main": "./dist/mod.cjs",
"module": "./dist/mod.mjs",
Expand Down

0 comments on commit e3a54fc

Please sign in to comment.