Skip to content

Commit

Permalink
fix: pacakge
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Oct 10, 2024
1 parent f90345d commit 94ce5e7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions packages/custom-event-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "@waku/custom-event-polyfill",
"version": "0.0.1",
"description": "CustomEvent polyfill for Waku",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
"type": "module",
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/custom-event-polyfill#readme",
"repository": {
"type": "git",
"url": "https://github.com/waku-org/js-waku.git"
},
"bugs": {
"url": "https://github.com/waku-org/js-waku/issues"
},
"license": "MIT OR Apache-2.0",
"keywords": [
"waku",
"custom-event",
"polyfill",
"web3"
],
"scripts": {
"build": "run-s build:**",
"build:esm": "tsc",
"check": "run-s check:*",
"check:tsc": "tsc -p tsconfig.dev.json",
"check:spelling": "cspell \"{README.md,src/**/*.ts}\"",
"prepublish": "npm run build"
},
"engines": {
"node": ">=18"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist",
"src/**/*.ts",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
]
}
1 change: 0 additions & 1 deletion packages/tests/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@waku/custom-event-polyfill";
export * from "./generate_test_data.js";
export * from "./teardown.js";
export * from "./random_array.js";
Expand Down

0 comments on commit 94ce5e7

Please sign in to comment.