Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing mustache
  • Loading branch information
JFCote committed Jul 19, 2019
commit 8a6ad76d63b80b618b14c5d6e25704e9dfa35e3e
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private void addNpmPackageGeneration() {
//Files for building our lib
supportingFiles.add(new SupportingFile("README.mustache", "", "README.md"));
supportingFiles.add(new SupportingFile("package.mustache", "", "package.json"));
supportingFiles.add(new SupportingFile("npmignore", "", ".npmignore"));
supportingFiles.add(new SupportingFile("npmignore.mustache", "", ".npmignore"));
}

@Override
Expand Down