Skip to content

Commit

Permalink
feat: remove restriction on Node.js versions before v18
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jul 30, 2023
1 parent c894d6b commit 974d02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ Formanator allows you to submit benefit claims to [Forma](https://www.joinforma.

## Installation

To install Formanator, just run:
To install Formanator, make sure you have [Node.js](https://nodejs.org/en) installed, and then just run:

```bash
npm install -g formanator
```

You'll need to be running at least [Node.js](https://nodejs.org/en) v18.

## Usage

### Connecting to your Forma account
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"main"
]
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/cli-table": "^0.3.1",
"@types/prompt-sync": "^4.2.0",
Expand All @@ -54,4 +51,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
}

0 comments on commit 974d02b

Please sign in to comment.