chore: remove unused

This commit is contained in:
orion 2023-10-28 14:48:24 -05:00
parent f3ddfde201
commit 1ac32ff745
Signed by: orion
GPG Key ID: 6D4165AE4C928719
3 changed files with 0 additions and 40 deletions

View File

@ -1 +0,0 @@
import Prelude

View File

@ -1,14 +0,0 @@
language: node_js
node_js:
- "stable"
sudo: false
install:
- npm install -g purescript pulp spago
- npm install
- spago install
after_success:
- >-
test $TRAVIS_TAG &&
echo $GITHUB_TOKEN | pulp login &&
echo y | pulp publish --no-push

View File

@ -1,25 +0,0 @@
{
"name": "purescript-cheerio",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/icyrockcom/purescript-cheerio"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^v6.0.1",
"purescript-effect": "^v3.0.0",
"purescript-functions": "^v5.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-prelude": "^v5.0.1",
"purescript-psci-support": "^v5.0.0",
"purescript-test-unit": "^v16.0.0"
}
}