Skip to content

Commit

Permalink
Merge pull request #52 from canjs/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
chasenlehara committed Apr 15, 2019
2 parents 5892211 + 5db086b commit 9c94583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/canjs/can-globals/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/can-globals.svg)](https://www.npmjs.com/package/can-globals)
[![Build Status](https://travis-ci.org/canjs/can-globals.svg?branch=master)](https://travis-ci.org/canjs/can-globals)
[![Build Status](https://travis-ci.org/canjs/can-globals.svg?branch=master)](https://travis-ci.org/canjs/can-globals) [![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-globals.svg)](https://greenkeeper.io/)

An environment agnostic container for global variables. Useful for testing and server-side rendering (SSR), typically used internally by CanJS.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.5",
"qunitjs": "^2.4.0",
"steal": "^1.5.6",
"steal": "^2.2.1",
"steal-qunit": "^1.0.1",
"steal-tools": "^1.7.0",
"testee": "^0.7.0"
"steal-tools": "^2.2.1",
"testee": "^0.9.0"
}
}

0 comments on commit 9c94583

Please sign in to comment.