fix: migrate to new spago

This commit is contained in:
Orion Kindel
2024-09-16 10:10:20 -05:00
parent 07657e21de
commit 3810aa03cb
8 changed files with 1351 additions and 1159 deletions

View File

@@ -5,12 +5,8 @@
"main": "index.js",
"scripts": {
"build": "spago build",
"test": "spago -x tests.dhall test"
"test": "spago test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"purescript": "^0.14.1",
"spago": "^0.20.1"
}
"license": "ISC"
}