Skip to content

Commit

Permalink
Rename license and notice file. Fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Aug 16, 2019
1 parent efdd152 commit 12c8be4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions generate-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ const pick = require('lodash.pick')
// copy other files
;[
'README.md',
'NOTICE',
'LICENSE',
'NOTICE.txt',
'LICENSE.txt',
'.npmignore'
].forEach((file) => fse.copySync(path.join(__dirname, file), path.join(__dirname, 'package', file)))

Expand Down

0 comments on commit 12c8be4

Please sign in to comment.