Skip to content

Commit

Permalink
build: release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yfill committed Jan 10, 2021
1 parent 9ed651e commit 74742d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yfill/event-hub",
"version": "1.0.2",
"version": "1.0.3",
"description": "An event hub",
"author": "Yfill <vps998@gmail.com>",
"homepage": "https://yfill.cn/event-hub",
Expand All @@ -20,6 +20,12 @@
"url": "https://github.com/Yfill/event-hub"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"exports": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"browser": "./dist/index.js"
},
"typings": "types/index.d.ts",
"files": [
"dist/*.js",
Expand Down

0 comments on commit 74742d3

Please sign in to comment.