Skip to content

Commit

Permalink
Merge pull request #60 from canjs/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
chasenlehara authored Aug 28, 2017
2 parents f701bca + 6ef6ade commit 56c05e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
],
"devDependencies": {
"expect.js": ">= 0.1.2",
"mocha": "1.8.1",
"grunt": "~ 0.4.0",
"grunt-cli": "~0.1.9",
"mocha": "3.3.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-jshint": ">= 0.1.1",
"grunt-release": "~0.5.1",
"grunt-release": "~0.14.0",
"grunt-simple-mocha": "~0.4.0",
"gulp": "^3.9.0",
"stream-assert": "^2.0.3"
},
"dependencies": {
"async": "0.1.22",
"async": "2.4.0",
"can-simple-window": "^0.1.0",
"commander": "1.1.1",
"glob": "~3.2.8",
"commander": "2.9.0",
"glob": "~7.1.1",
"gulp-util": "^3.0.7",
"handlebars": "~1.0.12",
"semver": "~4.3.1",
"handlebars": "~4.0.8",
"semver": "~5.3.0",
"through2": "^2.0.0"
}
}
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# can-compile

[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-compile.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/canjs/can-compile.png?branch=master)](https://travis-ci.org/canjs/can-compile)

NodeJS module that compiles [CanJS](http://canjs.us/) EJS and Mustache views into a single JavaScript file for lightning fast
Expand Down

0 comments on commit 56c05e2

Please sign in to comment.