Skip to content

Commit

Permalink
Update and add A002110
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Ferris committed Nov 23, 2023
1 parent b588a2f commit 84d7aa8
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 109 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jisg",
"version": "0.9.7",
"version": "0.9.8",
"description": "Implementations of select OEIS integer sequences in JavaScript.",
"keywords": [
"integer",
Expand Down Expand Up @@ -94,16 +94,16 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"microbundle": "^0.15.1",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
"typedoc": "^0.25.3",
"typescript": "^5.3.2"
}
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export { default as A001462 } from './oeis/A001462'
export { default as A001694 } from './oeis/A001694'
export { default as A001969 } from './oeis/A001969'
export { default as A002024 } from './oeis/A002024'
export { default as A002110 } from './oeis/A002110'
export { default as A002321 } from './oeis/A002321'
export { default as A002997 } from './oeis/A002997'
export { default as A003238 } from './oeis/A003238'
Expand Down
Loading

0 comments on commit 84d7aa8

Please sign in to comment.