Skip to content

Commit

Permalink
use string-math v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guyisra committed Apr 3, 2018
1 parent 1ed4b42 commit 0681d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mezur",
"version": "2.7.1",
"version": "2.7.2",
"description": "Measure anything, convert to anything, do anything. Well, not anything of that sort..",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"capitalize": "^1.0.0",
"string-math": "git://github.com/guyisra/string-math.git#fix_invalid_equation_in_scientific_notation"
"string-math": "git://github.com/devrafalko/string-math#v1.1.0"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2862,9 +2862,9 @@ string-length@^2.0.0:
astral-regex "^1.0.0"
strip-ansi "^4.0.0"

"string-math@git://github.com/guyisra/string-math.git#fix_invalid_equation_in_scientific_notation":
"string-math@git://github.com/devrafalko/string-math#v1.1.0":
version "1.1.0"
resolved "git://github.com/guyisra/string-math.git#587086f820d3eac5a705e441d09030fd0512a19a"
resolved "git://github.com/devrafalko/string-math#453f4c67a1540d6e3ebc8cbd0b23bc8de70782c0"

string-width@^1.0.1, string-width@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 0681d1c

Please sign in to comment.