Skip to content

Commit 9aa9f3e

Browse files
committed
Exposing the export correctly
1 parent a564615 commit 9aa9f3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbcode-ast",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Generate an AST of a BBCode fragment.",
55
"main": "dist/index.js",
66
"type": "commonjs",

Diff for: webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
output: {
1818
filename: "bundle.js",
1919
path: path.resolve(__dirname, "dist"),
20+
library: "bbcode-ast",
2021
},
2122
devtool: "source-map",
2223
};

0 commit comments

Comments
 (0)