deletions

This commit is contained in:
James Brock 2020-07-27 18:09:02 +09:00
parent 238786f6f0
commit e77bf69cba
4 changed files with 9 additions and 2775 deletions

19
.gitignore vendored
View File

@ -1,10 +1,9 @@
/.*
!/.gitignore
!/.github
!/.jscsrc
!/.jshintrc
!/.travis.yml
/bower_components/
/generated-docs/
/node_modules/
/output/
bower_components
generated-docs
node_modules
output
.psc-package
.spago
.psc-ide-port
.purs-repl
package-lock.json

View File

@ -1,15 +0,0 @@
language: node_js
dist: trusty
sudo: required
node_js: stable
install:
- npm install -g bower
- npm install
- bower install
script:
- npm run -s build
after_success:
- >-
test $TRAVIS_TAG &&
echo $GITHUB_TOKEN | pulp login &&
echo y | pulp publish --no-push

2741
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +0,0 @@
{
"name": "purescript-parsing-dataview",
"set": "psc-0.12.0",
"source": "https://github.com/purescript/package-sets.git",
"depends": [
"parsing",
"arraybuffers"
]
}