Test all the things! (#20)

This commit is contained in:
Connor Prussin
2017-07-10 03:17:13 -07:00
committed by GitHub
parent 9727789f71
commit cfd0a4b243
24 changed files with 766 additions and 219 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "purescript-httpure",
"homepage": "",
"description": "",
"homepage": "https://github.com/cprussin/purescript-httpure",
"description": "A web framework written in PureScript.",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/cprussin/purescript-httpure"
},
"ignore": [
"**/.*",
@@ -19,6 +19,8 @@
},
"devDependencies": {
"purescript-psci-support": "^3.0.0",
"purescript-spec": "^1.0.0"
"purescript-spec": "^1.0.0",
"purescript-unsafe-coerce": "^3.0.0",
"purescript-node-stream-buffers": "^0.1.0"
}
}