We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f815bc commit c1e6a95Copy full SHA for c1e6a95
package.json
@@ -8,6 +8,10 @@
8
"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",
9
"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"
10
},
11
+ "files": [
12
+ "main.js",
13
+ "bash_scripts/"
14
+ ],
15
"repository": {
16
"type": "git",
17
"url": "git+https://github.com/efischer19/reactifex.git"
0 commit comments