Skip to content

Commit 96afb12

Browse files
authored
Merge pull request #469 from share/package-files
🔧 Limit the files distributed in the package
2 parents fb1b085 + 4ed1b5f commit 96afb12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"sharedb-legacy": "npm:sharedb@=1.1.0",
2323
"sinon": "^7.5.0"
2424
},
25+
"files": [
26+
"lib/"
27+
],
2528
"scripts": {
2629
"docs:install": "cd docs && bundle install",
2730
"docs:build": "cd docs && bundle exec jekyll build",

0 commit comments

Comments
 (0)