File tree Expand file tree Collapse file tree 5 files changed +21
-90
lines changed Expand file tree Collapse file tree 5 files changed +21
-90
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - 0.12.7
3
+ - 5
4
4
install :
5
- - npm install gulp bower -g
5
+ - npm install bower -g
6
6
- npm install
7
- - bower install
8
7
script :
9
- - gulp
8
+ - npm test
9
+ after_success :
10
+ - >-
11
+ test $TRAVIS_TAG &&
12
+ ./node_modules/.bin/psc-publish > .pursuit.json &&
13
+ curl -X POST http://pursuit.purescript.org/packages \
14
+ -d @.pursuit.json \
15
+ -H 'Accept: application/json' \
16
+ -H "Authorization: token ${GITHUB_TOKEN}"
Original file line number Diff line number Diff line change 1
1
# purescript-halogen-css
2
2
3
+ [ ![ Latest release] ( http://img.shields.io/bower/v/purescript-halogen-css.svg )] ( https://github.com/slamdata/purescript-halogen-css/releases )
3
4
[ ![ Build Status] ( https://travis-ci.org/slamdata/purescript-halogen-css.svg?branch=master )] ( https://travis-ci.org/slamdata/purescript-halogen-css )
5
+ [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/56796dd0a7c90e002c00006d/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/56796dd0a7c90e002c00006d )
4
6
5
7
An adapter between the ` purescript-halogen ` and ` purescript-css ` libraries.
6
8
7
- ## Module documentation
9
+ ## Documentation
8
10
9
- - [ Halogen.HTML.CSS ] ( docs/Halogen/HTML/CSS.md )
11
+ Module documentation is [ published on Pursuit ] ( http://pursuit.purescript.org/packages/purescript-halogen-css ) .
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " purescript-halogen-css" ,
3
2
"private" : true ,
4
- "license" : " Apache-2.0" ,
3
+ "scripts" : {
4
+ "postinstall" : " pulp dep install" ,
5
+ "test" : " pulp build"
6
+ },
5
7
"devDependencies" : {
6
- "gulp" : " ^3.8.11" ,
7
- "gulp-jscs" : " ^1.6.0" ,
8
- "gulp-jshint" : " ^1.11.2" ,
9
- "gulp-purescript" : " ^0.7.0" ,
10
- "purescript" : " ^0.7.6" ,
11
- "rimraf" : " ^2.4.1"
8
+ "pulp" : " ^6.0.0" ,
9
+ "purescript" : " ^0.7.6"
12
10
}
13
11
}
You can’t perform that action at this time.
0 commit comments