Skip to content

Commit 9614027

Browse files
committed
Update dependencies
1 parent f51647a commit 9614027

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# purescript-js-timers
22

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)
44
[![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)
65
[![Maintainer: garyb](https://img.shields.io/badge/maintainer-garyb-lightgrey.svg)](http://github.com/garyb)
76

87
Low level bindings for JavaScript's timers API.

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-eff": "^1.0.0"
20+
"purescript-eff": "^2.0.0"
2121
},
2222
"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"
2626
}
2727
}

0 commit comments

Comments
 (0)