bastion-siege-logic
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -8,2 +8,3 @@ "use strict"; | ||
const emojiRegex = require('emoji-tree/lib/emojiRegex'); | ||
const nameRegex = createNameRegex(); | ||
function createNameRegex() { | ||
@@ -34,3 +35,3 @@ const e = emojiRegex.source; | ||
} | ||
const match = createNameRegex().exec(text); | ||
const match = nameRegex.exec(text); | ||
if (!match) { | ||
@@ -37,0 +38,0 @@ throw new Error('could not parse player'); |
{ | ||
"name": "bastion-siege-logic", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
114863
1622