File tree Expand file tree Collapse file tree 8 files changed +10
-20
lines changed
Expand file tree Collapse file tree 8 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 11language : node_js
2- addons :
2+ addons :
33 " firefox " : " latest"
44node_js :
55 - " 5"
Original file line number Diff line number Diff line change 11import { Stream } from 'most' ;
2- import { Pathname , Location } from '@cycle/history/lib/interfaces ' ;
2+ import { Pathname , Location } from '@cycle/history' ;
33import { RouteDefinitionsMap , RouteMatcherReturn } from './lib/interfaces' ;
44export interface RouterSource {
55 history$ : Stream < Location > ;
Original file line number Diff line number Diff line change 3434 },
3535 "devDependencies" : {
3636 "@cycle/rxjs-run" : " ^6.1.0" ,
37+ "@types/mocha" : " ^2.2.41" ,
38+ "@types/node" : " ^7.0.22" ,
3739 "assert" : " ^1.4.1" ,
3840 "babel-preset-es2015" : " ^6.16.0" ,
3941 "babel-register" : " ^6.18.0" ,
4446 "mkdirp" : " ^0.5.1" ,
4547 "mocha" : " ^2.5.3" ,
4648 "rxjs" : " ^5.2.0" ,
49+ "switch-path" : " ^1.1.8" ,
4750 "testem" : " ^1.10.4" ,
4851 "tslint" : " ^3.10.2" ,
4952 "typescript" : " ^2.0.7" ,
50- "typings" : " ^0.8.1" ,
5153 "uglify-js" : " ^2.7.1" ,
5254 "validate-commit-message" : " ^3.0.1" ,
53- "xstream" : " ^10.3.0" ,
54- "switch-path" : " ^1.1.8"
55+ "xstream" : " ^10.3.0"
5556 },
5657 "config" : {
5758 "ghooks" : {
6768 "pretest-ci" : " npm run lib" ,
6869 "test-ci" : " npm run lint && npm run test-node && testem ci" ,
6970 "predist" : " rm -rf dist/ && mkdirp dist/" ,
70- "prelib" : " typings install" ,
7171 "lib" : " tsc" ,
7272 "start" : " npm install && npm prune" ,
7373 "prerelease" : " npm run lib" ,
Original file line number Diff line number Diff line change 11import { Observable } from 'rx' ;
2- import { Pathname , Location } from '@cycle/history/lib/interfaces ' ;
2+ import { Pathname , Location } from '@cycle/history' ;
33import { RouteDefinitionsMap , RouteMatcherReturn } from './lib/interfaces' ;
44export interface RouterSource {
55 history$ : Observable < Location > ;
Original file line number Diff line number Diff line change 11import { Observable } from 'rxjs' ;
2- import { Pathname , Location } from '@cycle/history/lib/interfaces ' ;
2+ import { Pathname , Location } from '@cycle/history' ;
33import { RouteDefinitionsMap , RouteMatcherReturn } from './lib/interfaces' ;
44export interface RouterSource {
55 history$ : Observable < Location > ;
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export interface RouteMatcherReturn {
1313
1414export interface RouteMatcher {
1515 ( path : string , routes : RouteDefinitionsMap | RouteDefinitionsArray ) : RouteMatcherReturn ;
16- }
16+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import { Stream } from 'xstream' ;
2- import { Pathname } from '@cycle/history/lib/interfaces ' ;
2+ import { Pathname } from '@cycle/history' ;
33import { RouteDefinitionsMap , RouteMatcherReturn } from './lib/interfaces' ;
44export interface RouterSource {
55 history$ : Stream < Location > ;
You can’t perform that action at this time.
0 commit comments