diff --git a/.purs-repl b/.purs-repl deleted file mode 100644 index 6802fc7..0000000 --- a/.purs-repl +++ /dev/null @@ -1 +0,0 @@ -import Prelude diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f62209b..0000000 --- a/.travis.yml +++ /dev/null @@ -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 - diff --git a/bower.json b/bower.json deleted file mode 100644 index 6865e1f..0000000 --- a/bower.json +++ /dev/null @@ -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" - } -}