Skip to content

Commit 95a05f2

Browse files
committed
feat: remove bower.json and empty package-lock.json
1 parent c0341de commit 95a05f2

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
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

-13
This file was deleted.

package-lock.json

-6
This file was deleted.

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"private": true,
3+
"authors": [
4+
"Hardy Jones",
5+
"John A. De Goes <[email protected]>"
6+
]
7+
}

0 commit comments

Comments
 (0)