dice-notation
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "dice-notation", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "A simple dice notation parser.", | ||
"main": "src/parser.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "mocha" |
const rollableVerifier = /(\d+)d(\d+)([a-zA-Z0-9]*)$/; | ||
const constantVerifier = /\d+$/; | ||
const validRollableModifiers = ["kH", "kL", "kB", "kW"]; | ||
const validRollableModifiers = ["kH", "kL", "kB", "kW", "a", "d"]; | ||
@@ -6,0 +6,0 @@ function parseConstant({ sign, value }) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14336
14
514