Skip to content

Commit 86154c9

Browse files
committed
docs: add lmdb license file
1 parent 5bb0123 commit 86154c9

4 files changed

Lines changed: 521 additions & 10 deletions

File tree

gulpfile.js/thirdparty-lib-copy.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ let copyThirdPartyLibs = series(
242242
// jasmine-reporters
243243
copyFiles.bind(copyFiles, ['node_modules/jasmine-reporters/src/**/*'],
244244
'test/thirdparty/jasmine-reporters/'),
245-
copyLicence.bind(copyLicence, 'node_modules/jasmine-reporters/LICENSE', 'jasmine-reporters')
245+
copyLicence.bind(copyLicence, 'node_modules/jasmine-reporters/LICENSE', 'jasmine-reporters'),
246+
// lmdb
247+
copyLicence.bind(copyLicence, 'node_modules/lmdb/LICENSE', 'lmdb')
246248

247249
);
248250

0 commit comments

Comments
 (0)