Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Update dependencies and fixed potential security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
micksatana committed Nov 19, 2018
1 parent 37ad1f9 commit df1518c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intocode-io/nearly-equal",
"version": "1.0.2",
"version": "1.0.3",
"description": "A function to compare Float without worry about something like 0.1 + 0.2 != 0.3",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,11 +24,11 @@
},
"homepage": "https://github.com/intocode-io/nearly-equal#readme",
"devDependencies": {
"@types/jest": "^23.3.2",
"@types/jest": "^23.3.9",
"jest": "^23.6.0",
"ts-jest": "^23.10.3",
"ts-jest": "^23.10.4",
"ts-node": "^7.0.1",
"typescript": "^3.1.1"
"typescript": "^3.1.6"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit df1518c

Please sign in to comment.