Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 23, 2024
1 parent b09da0b commit e763929
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
{
"name": "abortable-promise-cache",
"version": "1.5.0",
"name": "@gmod/abortable-promise-cache",
"version": "2.0.1",
"description": "add AbortController support to a cache of async requests",
"license": "MIT",
"repository": "rbuels/abortable-promise-cache",
"repository": "GMOD/abortable-promise-cache",
"main": "dist/index.js",
"module": "esm/index.js",
"author": {
"name": "Robert Buels",
"email": "[email protected]",
"url": "https://github.com/rbuels"
},
"engines": {
"node": ">=6"
},
"files": [
"dist",
"esm",
"src"
],
"scripts": {
"test": "jest",
"coverage": "npm test -- --coverage",
"postcoverage": "opn coverage/lcov-report/index.html",
"lint": "eslint --report-unused-disable-directives --max-warnings 0 src test",
"docs": "documentation readme --shallow src/AbortablePromiseCache.js --section=API",
"clean": "rimraf dist esm",
Expand All @@ -33,7 +28,6 @@
"prepublishOnly": "npm run lint && npm test && npm run build",
"postversion": "git push --follow-tags"
},
"keywords": [],
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
Expand Down

0 comments on commit e763929

Please sign in to comment.