diff --git a/package.json b/package.json index beb8376..da55328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbcode-ast", - "version": "1.0.1", + "version": "1.0.2", "description": "Generate an AST of a BBCode fragment.", "main": "dist/index.js", "type": "commonjs", diff --git a/webpack.config.js b/webpack.config.js index e5045e4..f3f7c43 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,6 +17,7 @@ module.exports = { output: { filename: "bundle.js", path: path.resolve(__dirname, "dist"), + library: "bbcode_ast", }, devtool: "source-map", };