Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
likuner committed Dec 24, 2022
1 parent 4931880 commit 2ce7ecf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@likun./pubsub",
"version": "1.0.0-beta6",
"version": "1.0.0",
"description": "A lib for publish-subscribe design pattern.",
"keywords": ["pubsub", "publish-subscribe", "events", "emit", "design pattern"],
"keywords": [
"pubsub",
"publish-subscribe",
"events",
"emit",
"design pattern"
],
"main": "dist/index.min.js",
"types": "dist/types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 2ce7ecf

Please sign in to comment.