chore: remove unused
This commit is contained in:
parent
f3ddfde201
commit
1ac32ff745
@ -1 +0,0 @@
|
|||||||
import Prelude
|
|
14
.travis.yml
14
.travis.yml
@ -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
|
|
||||||
|
|
25
bower.json
25
bower.json
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user