Skip to content

Commit e190f80

Browse files
authored
Merge pull request #117 from keichi/exclude-ts
Exclude TypeScript files from package until typings are complete
2 parents f6c2dd6 + 29e0de5 commit e190f80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"cover": "npx nyc --reporter html mocha",
1919
"prepare": "npm run build"
2020
},
21+
"files": [
22+
"dist/*.js"
23+
],
2124
"keywords": [
2225
"binary",
2326
"parser",

0 commit comments

Comments
 (0)