Skip to content

Commit

Permalink
chore: add hclust.js to gitignore and fix rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed May 2, 2019
1 parent f49c7af commit 0d5704b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ build/Release
node_modules

# webstorm generated files
.idea
.idea

hclust.js
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export default {
output: {
file: 'hclust.js',
format: 'cjs'
}
},
external: ['ml-distance-euclidean', 'ml-distance-matrix', 'heap']
};

0 comments on commit 0d5704b

Please sign in to comment.