Commit docs.json

This commit is contained in:
Jeroen Engels 2020-05-26 22:19:43 +02:00
parent 33a4baade6
commit d385d64a3b
2 changed files with 2 additions and 1 deletions

1
docs.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"name": "", "name": "",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"test": "elm make --docs=/tmp/docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests && elm-review", "test": "elm make --docs=docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests && elm-review",
"phantom-tests": "node phantom-type-tests/run.js" "phantom-tests": "node phantom-type-tests/run.js"
}, },
"dependencies": { "dependencies": {