Skip to content

Commit

Permalink
Fix package file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Oct 28, 2023
1 parent e7d07aa commit 7f77d35
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@
"author": "Timur Shemsedinov <[email protected]>",
"license": "MIT",
"description": "Spreadsheet calculations for Metarhia",
"keywords": ["node.js", "metarhia", "spreadsheet", "spreadsheets"],
"keywords": [
"node.js",
"metarhia",
"spreadsheet",
"spreadsheets"
],
"main": "metacalc.js",
"types": "metacalc.d.ts",
"files": ["lib/", "metacalc.d.ts"],
"files": [
"lib/",
"metacalc.d.ts"
],
"engines": {
"node": "18 || 20 || 21"
},
Expand Down

0 comments on commit 7f77d35

Please sign in to comment.