Skip to content

Commit

Permalink
fix: Fix an error with cli not passing options
Browse files Browse the repository at this point in the history
The cli passsed incorrect options flags to the inputs,
and the hasNoArgs worked incorrectly. This commit
fixes that problem.

Also fix a blank space in .npmignore that was unneded.
  • Loading branch information
alanrodas committed Feb 13, 2021
1 parent 766b66d commit 4043b5a
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 52 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ package-scripts.js

# Additional documentarion
TODO.md

146 changes: 144 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"onchange": "^7.1.0",
"pinst": "^2.1.4",
"prettier": "^2.2.1",
"serve": "^11.3.2",
"ts-jest": "^26.5.1",
Expand Down
Loading

0 comments on commit 4043b5a

Please sign in to comment.