Skip to content

Commit da782b8

Browse files
committed
Add npmignore
1 parent a6c61c8 commit da782b8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "combinate",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "Type safe combinatorics utility for getting all combinations.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)