Skip to content

Commit cb48835

Browse files
authored
Merge pull request #9 from srghma/master
use ps-cst
2 parents 1da44e2 + 2ae9e32 commit cb48835

22 files changed

+3883
-106614
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
/bower_components/
55
/node_modules/
66
/output/
7-
npm-debug.log
7+
/package-lock.json
8+
/yarn.lock
9+
/*.log
10+
/dist

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ dist: trusty
33
sudo: required
44
node_js: stable
55
install:
6-
- npm install -g bower
6+
- npm install -g spago purescript
77
- npm install
8-
- bower install
8+
- spago install
99
script:
10-
- npm run build
10+
- spago build

0 commit comments

Comments
 (0)