Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit 7cb61f2

Browse files
authored
Merge pull request #84 from styfle/patch-1
Add files key to package.json
2 parents 4d5af0f + 3cbcd71 commit 7cb61f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",
7+
"files": [
8+
"dist/"
9+
],
710
"scripts": {
811
"tdd": "jest --watch",
912
"build": "lerna run build",

0 commit comments

Comments
 (0)