Skip to content

Commit

Permalink
Dev dependency updates and meta fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Apr 10, 2021
1 parent cceddeb commit ecd2d2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
25 changes: 17 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"name": "delegate-it",
"version": "3.0.0-1",
"description": "Lightweight event delegation",
"description": "Lightweight and modern event delegation in the browser",
"keywords": [
"delegate",
"browser",
"dom",
"live",
"selector",
"delegation",
"chrome",
"electron",
"firefox",
"safari",
"event"
],
"repository": "fregante/delegate-it",
"license": "MIT",
"author": "Federico Brigante <[email protected]> (https://fregante.com)",
"type": "module",
"main": "index.js",
"module": "index.js",
Expand All @@ -35,16 +44,16 @@
"unicorn/import-index": "off"
}
},
"dependencies": {
"typed-query-selector": "^2.4.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^0.9.0",
"@sindresorhus/tsconfig": "^1.0.1",
"ava": "^3.15.0",
"jsdom": "^16.5.1",
"jsdom": "^16.5.2",
"npm-run-all": "^4.1.5",
"sinon": "^9.2.4",
"typescript": "^4.2.3",
"sinon": "^10.0.0",
"typescript": "^4.2.4",
"xo": "^0.38.2"
},
"dependencies": {
"typed-query-selector": "^2.4.1"
}
}
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"target": "es2015",
"module": "es2015"
"lib": [
"DOM"
]
},
"files": [
"index.ts"
Expand Down

0 comments on commit ecd2d2d

Please sign in to comment.