Skip to content

Commit bfe3649

Browse files
authored
Merge pull request #41 from piercus/light-package
feat: add files in package.json to reduce package footprint
2 parents 599a8c7 + 657b7e5 commit bfe3649

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"type": "git",
1515
"url": "git+https://github.com/piercus/kalman-filter.git"
1616
},
17+
"files": [
18+
"index.js",
19+
"lib"
20+
],
1721
"release": {
1822
"branches": [
1923
"master"

0 commit comments

Comments
 (0)