Skip to content

Commit 36fbd1e

Browse files
committed
Fixed #157, bullet.js module added to build.
1 parent fb13d53 commit 36fbd1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const cdnScriptsOptional = {
4343
'{{version}}/modules/xrange.js': 1,
4444
'{{version}}/modules/streamgraph.js': 1,
4545
'{{version}}/modules/tilemap.js': 1,
46-
'{{version}}/modules/histogram-bellcurve.js': 1
46+
'{{version}}/modules/histogram-bellcurve.js': 1,
47+
'{{version}}/modules/bullet.js': 1
4748
};
4849

4950
// The scripts here will appear as user prompts

0 commit comments

Comments
 (0)