Skip to content

Commit

Permalink
[js] Update bigint-is-prime dep to a more correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Sep 4, 2018
1 parent eb0c5c0 commit b5db805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vm/js/nqp-runtime/package.json
Expand Up @@ -10,6 +10,7 @@
"repository": "http://github.com/perl6/nqp/",
"main": "runtime.js",
"dependencies": {
"bigint-is-prime": "^1.0.3",
"char-props": "0.1.5",
"escape-string-regexp": "^1.0.5",
"ffi-napi": "^2.4.3",
Expand All @@ -32,7 +33,6 @@
"unicharadata": "*",
"unicode-collation-algorithm": "0.0.3",
"xorshift": "^1.1.0",
"xregexp": "^3.2.0",
"bigint-is-prime": "^1.0.2"
"xregexp": "^3.2.0"
}
}

0 comments on commit b5db805

Please sign in to comment.