Skip to content

Commit d7a7f97

Browse files
committed
fix: remove bower.json and tests
1 parent ce486ac commit d7a7f97

File tree

9 files changed

+1412
-53
lines changed

9 files changed

+1412
-53
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@ jobs:
3030
- name: Build source
3131
run: spago build --censor-stats --strict --pedantic-packages
3232

33-
- name: Run tests
34-
run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
35-
3633
- name: Verify formatting
3734
run: purs-tidy check src test

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ bower_components
1111

1212
node_modules
1313
package-lock.json
14-
*.lock

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
A library taking advantage of [`aff`](https://github.com/purescript-contrib/purescript-aff) to enable pain-free asynchronous AJAX requests and response handling.
99

1010
This library provides types and common functionality that work across environments (e.g. Node, browser), but **it does not work out-of-box**. Rather, use the environment-specific library instead:
11+
1112
- Browser environment: [`purescript-affjax-web`](https://github.com/purescript-contrib/purescript-affjax-web)
1213
- Node environment: [`purescript-affjax-node`](https://github.com/purescript-contrib/purescript-affjax-node)
1314

bower.json

-25
This file was deleted.

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
"build": "eslint src && spago build --censor-stats --strict --pedantic-packages"
55
},
66
"devDependencies": {
7-
"body-parser": "^1.20.3",
8-
"eslint": "^9.12.0",
9-
"express": "^4.21.1",
10-
"purescript-psa": "^0.9.0",
11-
"xhr2": "^0.2.1"
7+
"eslint": "^9.12.0"
128
}
139
}

0 commit comments

Comments
 (0)