Skip to content

Commit

Permalink
Removing engine restrictions for Node & NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
fidian committed Jul 25, 2021
1 parent 5761ac6 commit 3b057d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

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

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "option-parser",
"version": "1.0.0",
"version": "1.0.1",
"author": "Tyler Akins <fidian@rumkin.com>",
"description": "Command-line option parser similar to getopt",
"homepage": "https://github.com/tests-always-included/option-parser/",
Expand All @@ -22,13 +22,7 @@
"flags",
"getopt"
],
"dependencies": {},
"devDependencies": {},
"license": "MIT",
"engines": {
"node": ">=0.6",
"npm": "~1"
},
"scripts": {
"test": "test/run-tests"
}
Expand Down

0 comments on commit 3b057d3

Please sign in to comment.