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 11language : node_js
22node_js :
3- - 0.12.7
3+ - 5
44install :
5- - npm install gulp bower -g
5+ - npm install bower -g
66 - npm install
7- - bower install
87script :
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 11# purescript-halogen-css
22
3+ [ ![ Latest release] ( http://img.shields.io/bower/v/purescript-halogen-css.svg )] ( https://github.com/slamdata/purescript-halogen-css/releases )
34[ ![ 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 )
46
57An adapter between the ` purescript-halogen ` and ` purescript-css ` libraries.
68
7- ## Module documentation
9+ ## Documentation
810
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 11{
2- "name" : " purescript-halogen-css" ,
32 "private" : true ,
4- "license" : " Apache-2.0" ,
3+ "scripts" : {
4+ "postinstall" : " pulp dep install" ,
5+ "test" : " pulp build"
6+ },
57 "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"
1210 }
1311}
You can’t perform that action at this time.
0 commit comments