Skip to content

Commit f740a05

Browse files
committed
Merge pull request #4 from zpbx/dev
Rename project to avoid mac-template-directory issue.
2 parents e1a32d5 + b4dbeb3 commit f740a05

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Underscore.template
1+
# Underscore-template
22

33
More APIs for Underscore's template engine - template fetching, rendering and caching.
44

55
## Install
66

77
```bash
8-
$ bower install underscore.template
8+
$ bower install underscore-template
99
```
1010

1111
***

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "underscore.template",
3-
"version": "0.1.0",
4-
"homepage": "https://github.com/cssmagic/underscore.template",
2+
"name": "underscore-template",
3+
"version": "0.1.1",
4+
"homepage": "https://github.com/cssmagic/underscore-template",
55
"authors": [
66
"cssmagic"
77
],
88
"description": "More APIs for Underscore's template engine.",
9-
"main": "src/action.js",
9+
"main": "src/underscore-template.js",
1010
"moduleType": [
1111
"globals"
1212
],
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Underscore.template - More APIs for Underscore's template engine - template fetching, rendering and caching.
2+
* Underscore-template - More APIs for Underscore's template engine - template fetching, rendering and caching.
33
* Released under the MIT license.
4-
* https://github.com/cssmagic/underscore.template
4+
* https://github.com/cssmagic/underscore-template
55
*/
66
var template = function () {
77
'use strict'

test/test.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>UT - Underscore.template</title>
5+
<title>UT - Underscore-template</title>
66
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
77
<link rel="stylesheet" href="../bower_components/mocha/mocha.css">
88
<link rel="stylesheet" href="../bower_components/mocha.css/src/mocha.css">
99
</head>
1010
<body>
1111
<header>
12-
<h1>UT - Underscore.template</h1>
13-
<p><a href="https://github.com/cssmagic/underscore.template">View on GitHub</a></p>
12+
<h1>UT - Underscore-template</h1>
13+
<p><a href="https://github.com/cssmagic/underscore-template">View on GitHub</a></p>
1414
</header>
1515
<div id="mocha"></div>
1616
<!-- deps -->
@@ -26,7 +26,7 @@ <h1>UT - Underscore.template</h1>
2626
var expect = chai.expect
2727
</script>
2828
<!-- source code -->
29-
<script src="../src/underscore.template.js"></script>
29+
<script src="../src/underscore-template.js"></script>
3030
<!-- test-case -->
3131
<script src="test.js"></script>
3232
<!-- init -->

0 commit comments

Comments
 (0)