Skip to content

Commit

Permalink
🐛 with roman numerals
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed May 13, 2023
1 parent 6b5c635 commit 4d2acde
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 94 deletions.
63 changes: 35 additions & 28 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-number",
"version": "2.3.5",
"version": "2.3.6",
"description": "A number is a mathematical object used to count, measure, and label.",
"sideEffects": false,
"main": "index.js",
Expand Down Expand Up @@ -30,10 +30,11 @@
},
"homepage": "https://github.com/nodef/extra-number#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/jest": "^29.5.1",
"extra-build": "^2.2.42",
"extra-string": "^2.1.40",
"jest": "^29.5.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0",
Expand Down
Loading

0 comments on commit 4d2acde

Please sign in to comment.