File tree Expand file tree Collapse file tree 7 files changed +11
-57
lines changed Expand file tree Collapse file tree 7 files changed +11
-57
lines changed Original file line number Diff line number Diff line change 1
1
/. *
2
2
! /.gitignore
3
- ! /.jscsrc
4
- ! /.jshintrc
5
3
! /.travis.yml
6
4
/bower_components /
7
5
/node_modules /
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
dist : trusty
3
3
sudo : required
4
- node_js : 6
4
+ node_js : stable
5
5
env :
6
6
- PATH=$HOME/purescript:$PATH
7
7
install :
@@ -11,11 +11,9 @@ install:
11
11
- chmod a+x $HOME/purescript
12
12
- npm install -g bower
13
13
- npm install
14
+ - bower install
14
15
script :
15
- - bower install --production
16
16
- npm run -s build
17
- - bower install
18
- - npm -s test
19
17
after_success :
20
18
- >-
21
19
test $TRAVIS_TAG &&
Original file line number Diff line number Diff line change 1
1
# purescript-typelevel-prelude
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/purescript/purescript-typelevel-prelude.svg?branch=master )] ( https://travis-ci.org/purescript/purescript-typelevel-prelude )
3
+ [ ![ Latest release] ( http://img.shields.io/github/release/purescript/purescript-typelevel-prelude.svg )] ( https://github.com/purescript/purescript-typelevel-prelude/releases )
4
+ [ ![ Build status] ( https://travis-ci.org/purescript/purescript-typelevel-prelude.svg?branch=master )] ( https://travis-ci.org/purescript/purescript-typelevel-prelude )
4
5
5
6
Types and kinds for basic type-level programming, for PureScript >= v0.10.5.
6
7
Original file line number Diff line number Diff line change 16
16
" package.json"
17
17
],
18
18
"dependencies" : {
19
- "purescript-proxy" : " ^1.0.0" ,
20
- "purescript-symbols" : " ^2.0.0" ,
21
- "purescript-type-equality" : " ^1.0.0"
22
- },
23
- "devDependencies" : {
24
- "purescript-psci-support" : " ^2.0.0"
19
+ "purescript-proxy" : " ^2.0.0" ,
20
+ "purescript-symbols" : " ^3.0.0" ,
21
+ "purescript-type-equality" : " ^2.0.0"
25
22
}
26
23
}
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"clean" : " rimraf output && rimraf .pulp-cache" ,
5
- "build" : " jshint src && jscs src && psa \" src/**/*.purs\" \" bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict" ,
6
- "test" : " psc \" src/**/*.purs\" \" bower_components/purescript-*/src/**/*.purs\" \" test/**/*.purs\" && psc-bundle \" output/**/*.js\" --module Test.Main --main Test.Main | node"
5
+ "build" : " pulp build -- --censor-lib --strict"
7
6
},
8
7
"devDependencies" : {
9
- "jscs" : " ^2.8.0" ,
10
- "jshint" : " ^2.9.1" ,
11
- "pulp" : " ^8.2.0" ,
12
- "purescript-psa" : " ^0.3.8" ,
13
- "rimraf" : " ^2.5.0"
8
+ "pulp" : " ^10.0.4" ,
9
+ "purescript-psa" : " ^0.5.0-rc.1" ,
10
+ "rimraf" : " ^2.6.1"
14
11
}
15
12
}
You can’t perform that action at this time.
0 commit comments