Skip to content

Commit d0647e4

Browse files
committed
Travis games.
1 parent 3f1782d commit d0647e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-oswst",
3-
"version": "0.3.0-beta.8",
3+
"version": "0.3.0-beta.10",
44
"description": "OSWS Templates gulp plugin",
55
"keywords": [],
66
"author": "Open Source Web Standards <[email protected]> (http://osws.github.io/OSWS)",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"chai": "^1.10.0",
1818
"lodash": "^2.4.1",
19-
"oswst": "0.3.0-alpha.8",
19+
"oswst": "0.3.0-alpha.10",
2020
"through2": "^0.6.3",
2121
"gulp-util": "^3.0.2"
2222
},

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [OSWS](https://github.com/OSWS) [Templates](https://github.com/OSWS/OSWS-Templates) gulp plugin 0.3.0
1+
# [OSWS](https://github.com/OSWS) [Templates](https://github.com/OSWS/Templates) gulp plugin 0.3.0
22

3-
[gulp](gulpjs.com)-[osws](https://github.com/OSWS)-[templates](https://github.com/OSWS/OSWS-Templates)
3+
[gulp](gulpjs.com)-[osws](https://github.com/OSWS)-[templates](https://github.com/OSWS/Templates)
44

55
[![GitHub version](https://badge.fury.io/gh/OSWS%2Fgulp-oswst.svg)](http://badge.fury.io/gh/OSWS%2Fgulp-oswst)
66
[![npm version](https://badge.fury.io/js/gulp-oswst.svg)](http://badge.fury.io/js/gulp-oswst)
@@ -40,7 +40,7 @@ gulp.task('templates', function() {
4040
## TOptions
4141

4242
### context
43-
> { [name: string]: [TContext](https://github.com/OSWS/OSWS-Templates/wiki/0.3.0-TContext) };
43+
> { [name: string]: [TContext](https://github.com/OSWS/Templates/wiki/0.3.0-TContext) };
4444
4545
### arguments
4646
> Array<any>;

0 commit comments

Comments
 (0)