Skip to content

Commit

Permalink
0.2.4 (#91)
Browse files Browse the repository at this point in the history
* Updating entries to be ignored

* Bumped all dependencies

* Adding fallback for integer inputs (like 10.00)

* Updating the example input to make sure integer values will work properly

Co-authored-by: Thiago Zanetti <zanetti@devgrid.co.uk>
  • Loading branch information
thiagozanetti and Thiago Zanetti committed May 4, 2020
1 parent c56261a commit 3cfe491
Show file tree
Hide file tree
Showing 7 changed files with 3,764 additions and 1,121 deletions.
41 changes: 39 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
.idea/
node_modules/
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

.env
dist/
Loading

0 comments on commit 3cfe491

Please sign in to comment.