Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Feature/more extensions (#19)
Browse files Browse the repository at this point in the history
* added more extension methods
-- shuffle
-- except
-- dropFirst
-- dropLast

* bumped version built code

* added istanbul configuration to exclude spec files from code coverage
  • Loading branch information
Gerald Burkholder authored Apr 7, 2018
1 parent 3d66fbf commit b30c416
Show file tree
Hide file tree
Showing 14 changed files with 556 additions and 51 deletions.
2 changes: 2 additions & 0 deletions .istanbul.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
instrumentation:
excludes: ['**/spec/**']
Loading

0 comments on commit b30c416

Please sign in to comment.