Skip to content

Commit 32e61e0

Browse files
committed
Include lib folder
1 parent 4d68238 commit 32e61e0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: .github/workflows/test.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test
22

3-
on: push
3+
on:
4+
push:
5+
branches-ignore:
6+
- main
47

58
jobs:
69
test:

Diff for: .npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.github
2+
coverage
23
tests
34
jest.*

Diff for: package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "tenderizer",
33
"description": "Slice a deep object into multiple shallow objects",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "lib/tenderizer.js",
6+
"types": "lib/tenderizer.d.ts",
7+
"files": [
8+
"lib"
9+
],
610
"repository": {
711
"type": "git",
812
"url": "git+https://github.com/minodisk/tenderizer.git"

0 commit comments

Comments
 (0)