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 9dae4b2 commit 3c6714bCopy full SHA for 3c6714b
package.json
@@ -1,21 +1,9 @@
1
{
2
- "name": "purescript-aff-promise",
3
"private": true,
4
- "description": "Simple library for interop between Aff and JavaScript promises.",
5
"scripts": {
6
"build": "purs-tidy check --config-require src && pulp build -- --censor-lib --strict",
7
"test": "pulp test"
8
},
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/nwolverson/purescript-aff-promise.git"
12
- },
13
- "author": "Nicholas Wolverson",
14
- "license": "MIT",
15
- "bugs": {
16
- "url": "https://github.com/nwolverson/purescript-aff-promise/issues"
17
18
- "homepage": "https://github.com/nwolverson/purescript-aff-promise#readme",
19
"devDependencies": {
20
"pulp": "^16.0.2",
21
"purescript-psa": "^0.8.2",
0 commit comments