File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# purescript-js-timers
2
2
3
- [ ![ Latest release] ( http://img.shields.io/bower/v /purescript-js-timers.svg )] ( https://github.com/purescript-contrib/purescript-js-timers/releases )
3
+ [ ![ Latest release] ( http://img.shields.io/github/release/purescript-contrib /purescript-js-timers.svg )] ( https://github.com/purescript-contrib/purescript-js-timers/releases )
4
4
[ ![ Build Status] ( https://travis-ci.org/purescript-contrib/purescript-js-timers.svg?branch=master )] ( https://travis-ci.org/purescript-contrib/purescript-js-timers )
5
- [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/5796030108356c003c23db10/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/5796030108356c003c23db10 )
6
5
[ ![ Maintainer: garyb] ( https://img.shields.io/badge/maintainer-garyb-lightgrey.svg )] ( http://github.com/garyb )
7
6
8
7
Low level bindings for JavaScript's timers API.
Original file line number Diff line number Diff line change 17
17
" package.json"
18
18
],
19
19
"dependencies" : {
20
- "purescript-eff" : " ^1 .0.0"
20
+ "purescript-eff" : " ^2 .0.0"
21
21
},
22
22
"devDependencies" : {
23
- "purescript-assert" : " ^1 .0.0" ,
24
- "purescript-refs" : " ^1 .0.0" ,
25
- "purescript-console" : " ^1 .0.0"
23
+ "purescript-assert" : " ^2 .0.0" ,
24
+ "purescript-refs" : " ^2 .0.0" ,
25
+ "purescript-console" : " ^2 .0.0"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments