We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d4ffdd + 8033687 commit 3ce9913Copy full SHA for 3ce9913
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "werewolf-brain",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"description": "Werewolf game brain",
5
"main": "./dist/index.js",
6
"scripts": {
webpack.config.js
@@ -9,6 +9,7 @@ module.exports = {
9
filename: 'index.js',
10
library: 'werewolf-brain',
11
libraryTarget: 'umd',
12
+ globalObject: 'this',
13
},
14
module: {
15
rules: [
0 commit comments