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
2
4
/bower_components /
3
- /tmp /
4
- /dist /
5
+ /node_modules /
5
6
/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 1
1
language : node_js
2
- node_js :
3
- - 0.10
2
+ dist : trusty
3
+ sudo : required
4
+ node_js : 5
4
5
install :
5
- - npm install bower gulp -g
6
- - npm install && bower install
6
+ - npm install
7
+ - npm install -g bower
8
+ - bower install
7
9
script :
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
-
3
1
# purescript-routing
4
2
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.
6
8
7
9
## Installation
8
10
9
11
``` shell
10
12
bower install purescript-routing
11
13
```
12
14
13
- ## Documentation
15
+ # Module documentation
14
16
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 ) .
23
18
Original file line number Diff line number Diff line change 9
9
" purescript" ,
10
10
" routing"
11
11
],
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
+ },
13
17
"ignore" : [
14
18
" **/.*" ,
15
- " node_modules" ,
16
19
" bower_components" ,
20
+ " node_modules" ,
21
+ " output" ,
17
22
" test" ,
18
- " tests"
23
+ " bower.json" ,
24
+ " package.json"
19
25
],
20
26
"dependencies" : {
21
- "purescript-aff" : " ^0.13 .0" ,
27
+ "purescript-aff" : " ^0.16 .0" ,
22
28
"purescript-dom" : " ^0.2.6" ,
23
29
"purescript-eff" : " ^0.1.1" ,
24
30
"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