Skip to content

Commit b53c2bd

Browse files
authored
Merge pull request #24 from benjie/patch-1
Only publish the required files
2 parents ac63695 + c11dbb1 commit b53c2bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
"chai": "^4.1.1",
3131
"istanbul": "^0.4.5",
3232
"mocha": "^3.5.0"
33-
}
33+
},
34+
"files": [
35+
"index.js",
36+
"index.d.ts"
37+
]
3438
}

0 commit comments

Comments
 (0)