Skip to content

Commit c1e6a95

Browse files
author
Eric Fischer
committed
include files for distribution
1 parent 4f815bc commit c1e6a95

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
@@ -8,6 +8,10 @@
88
"test_compile": "node main.js test_data/input/ test_data/test_output.json && diff test_data/test_output.json test_data/expected_output/messages.json",
99
"test_comments": "node main.js test_data/input/ --comments && SECRET_USER=uname SECRET_PWD=password bash -x ./bash_scripts/put_comments.sh http://totally_real.notfake.com/api/ 2>&1 | grep PUT > output.txt && diff -w output.txt test_data/expected_output/test_curl.txt"
1010
},
11+
"files": [
12+
"main.js",
13+
"bash_scripts/"
14+
],
1115
"repository": {
1216
"type": "git",
1317
"url": "git+https://github.com/efischer19/reactifex.git"

0 commit comments

Comments
 (0)