Skip to content

Commit 9aee163

Browse files
committed
feat: remove bower.json and empty package-lock.json
1 parent 1db7899 commit 9aee163

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: spago build --censor-stats --strict --ensure-ranges --pedantic-packages
3232

3333
- name: Run tests
34-
run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
34+
run: spago test --offline --censor-stats --strict --pedantic-packages
3535

3636
- name: Verify formatting
3737
run: purs-tidy check src test

bower.json

-18
This file was deleted.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"devDependencies": {
88
"eslint": "^9.12.0",
99
"purescript-psa": "^0.9.0"
10-
}
11-
}
10+
},
11+
"authors": [
12+
"Nathan Faubion <[email protected]>"
13+
]
14+
}

0 commit comments

Comments
 (0)