File tree Expand file tree Collapse file tree 14 files changed +45
-333
lines changed
Expand file tree Collapse file tree 14 files changed +45
-333
lines changed Original file line number Diff line number Diff line change 1- /node_modules /
1+ /. *
2+ ! /.gitignore
3+ ! /.travis.yml
24/bower_components /
3- /tmp /
4- /dist /
5+ /node_modules /
56/output /
6- /coverage /
7- public /* .js
8- .psci_modules
9- .psci
7+ /public /test.js
Original file line number Diff line number Diff line change 11language : node_js
2- node_js :
3- - 0.10
2+ dist : trusty
3+ sudo : required
4+ node_js : 5
45install :
5- - npm install bower gulp -g
6- - npm install && bower install
6+ - npm install
7+ - npm install -g bower
8+ - bower install
79script :
8- - gulp
10+ - npm run build
11+ after_success :
12+ - >-
13+ test $TRAVIS_TAG &&
14+ node_modules/.bin/psc-publish > .pursuit.json &&
15+ curl -X POST http://pursuit.purescript.org/packages \
16+ -d @.pursuit.json \
17+ -H 'Accept: application/json' \
18+ -H "Authorization: token ${GITHUB_TOKEN}"
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/cryogenian/purescript-routing.svg?branch=master )] ( https://travis-ci.org/cryogenian/purescript-routing )
2-
31# purescript-routing
42
5- Client side routing library
3+ [ ![ Latest release] ( http://img.shields.io/bower/v/purescript-routing.svg )] ( https://github.com/slamdata/purescript-routing/releases )
4+ [ ![ Build Status] ( https://travis-ci.org/slamdata/purescript-routing.svg?branch=master )] ( https://travis-ci.org/slamdata/purescript-routing )
5+ [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/56e4cf18df573d00495abcf7/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/56e4cf18df573d00495abcf7 )
6+
7+ Client side routing library.
68
79## Installation
810
911``` shell
1012bower install purescript-routing
1113```
1214
13- ## Documentation
15+ # Module documentation
1416
15- - [ Routing] ( docs/Routing.md )
16- - [ Routing.Hash] ( docs/Routing/Hash.md )
17- - [ Routing.Hash.Aff] ( docs/Routing/Hash/Aff.mfd )
18- - [ Routing.Match] ( docs/Routing/Match.md )
19- - [ Routing.Match.Class] ( docs/Routing/Match/Class.md )
20- - [ Routing.Match.Error] ( docs/Routing/Match/Error.md )
21- - [ Routing.Parser] ( docs/Routing/Parser.md )
22- - [ Routing.Types] ( docs/Routing/Types.md )
17+ Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-routing ) .
2318
Original file line number Diff line number Diff line change 99 " purescript" ,
1010 " routing"
1111 ],
12- "license" : " Apache 2.0" ,
12+ "license" : " Apache-2.0" ,
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " git://github.com/slamdata/purescript-routing.git"
16+ },
1317 "ignore" : [
1418 " **/.*" ,
15- " node_modules" ,
1619 " bower_components" ,
20+ " node_modules" ,
21+ " output" ,
1722 " test" ,
18- " tests"
23+ " bower.json" ,
24+ " package.json"
1925 ],
2026 "dependencies" : {
21- "purescript-aff" : " ^0.13 .0" ,
27+ "purescript-aff" : " ^0.16 .0" ,
2228 "purescript-dom" : " ^0.2.6" ,
2329 "purescript-eff" : " ^0.1.1" ,
2430 "purescript-either" : " ^0.2.2" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments