Skip to content

Commit

Permalink
Merge branch 'master' into dev-rel-12-update-generated-readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara authored Aug 28, 2017
2 parents ee8ae21 + 1562d7b commit f244e63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# can-legacy-view-helpers

[![Join the chat at https://gitter.im/canjs/canjs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/canjs/canjs?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-legacy-view-helpers/blob/master/LICENSE.md)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-legacy-view-helpers/blob/master/LICENSE.md)
[![npm version](https://badge.fury.io/js/can-legacy-view-helpers.svg)](https://www.npmjs.com/package/can-legacy-view-helpers)
[![Travis build status](https://travis-ci.org/canjs/can-legacy-view-helpers.svg?branch=master)](https://travis-ci.org/canjs/can-legacy-view-helpers)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-legacy-view-helpers.svg)](https://greenkeeper.io/)

The files in this repository are used by legacy view engines for CanJS, specifically [can-ejs](https://github.com/canjs/can-ejs) and [can-mustache](https://github.com/canjs/can-mustache). This module is not intended to be used as a standalone module. While the code in this repository has been heavily tested and should be considered stable, it is no longer supported. Please use at your own risk.
The files in this repository are used by legacy view engines for CanJS, specifically [can-ejs](https://canjs.com/doc/can-ejs.html) and [can-mustache](https://github.com/canjs/can-mustache). This module is not intended to be used as a standalone module. While the code in this repository has been heavily tested and should be considered stable, it is no longer supported. Please use at your own risk.

## Documentation

Read the [API docs on CanJS.com](https://canjs.com/doc/can-legacy-view-helpers.html).
CanJS now ships with [Stache](https://canjs.com/docs/can.stache.html) as its primary view engine — it is much faster than mustache and ejs. You should use it instead!

## Changelog

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"can-view-parser": "^3.4.0-pre.0"
},
"devDependencies": {
"documentjs": "^0.4.2",
"documentjs": "^0.5.0",
"jshint": "^2.9.1",
"steal": "^0.16.0",
"steal-qunit": "^0.1.1",
"steal-tools": "^0.16.0",
"testee": "^0.3.0",
"generator-donejs": "^0.9.6",
"donejs-cli": "^0.9.5"
"steal": "^1.5.2",
"steal-qunit": "^1.0.1",
"steal-tools": "^1.3.3",
"testee": "^0.5.0",
"generator-donejs": "^1.0.5",
"donejs-cli": "^1.0.1"
}
}

0 comments on commit f244e63

Please sign in to comment.