Skip to content

Commit f1f4fdb

Browse files
committed
feat: remove bower.json and empty package-lock.json
1 parent 2d5be91 commit f1f4fdb

File tree

3 files changed

+8
-23
lines changed

3 files changed

+8
-23
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 20 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
},
77
"devDependencies": {
88
"eslint": "^9.12.0"
9-
}
10-
}
9+
},
10+
"authors": [
11+
"Maxim Zimaliev <[email protected]>",
12+
"Hardy Jones",
13+
"John A. De Goes <[email protected]>"
14+
]
15+
}

0 commit comments

Comments
 (0)