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.
1 parent 330213d commit a02d303Copy full SHA for a02d303
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "algorithm-visualizer",
3
- "version": "2.1.2",
+ "version": "2.1.3",
4
"description": "JavaScript Tracers for Algorithm Visualizer",
5
"main": "dist/tracers.js",
6
"scripts": {
webpack.config.js
@@ -14,7 +14,8 @@ module.exports = [{
14
},
15
output: {
16
path: buildPath,
17
- filename: 'tracers.js',
+ filename: 'algorithm-visualizer.js',
18
+ library: 'AlgorithmVisualizer',
19
libraryTarget: 'umd',
20
globalObject: `(typeof self !== 'undefined' ? self : this)`,
21
0 commit comments