Skip to content

Commit 1c7af0e

Browse files
authored
Merge pull request #55 from macacajs/tweak-project
tweak project
2 parents 444b56e + 197707f commit 1c7af0e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

HISTORY.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
0.1.2 / 2014-06-12
2-
===================
1+
# 1.1.4 / 2016-09-26
2+
3+
* More frameworks supported, such as tman, jasmine, ava.
4+
5+
# 0.1.2 / 2014-06-12
36

47
* Fix some bug
58

6-
0.1.1 / 2014-06-02
7-
===================
9+
# 0.1.1 / 2014-06-02
810

911
* Fix module deps
1012

11-
0.1.0 / 2014-05-29
12-
===================
13+
# 0.1.0 / 2014-05-29
1314

1415
* Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
1919
## Documents
2020

21-
Live sample & docs: [site](https://macacajs.github.io/macaca/guide.html#/cli-usage)
21+
Live sample & docs: [site](//macacajs.github.io/macaca/guide.html#/cli-usage)

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "macaca-cli",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Macaca command-line interface",
55
"keywords": [
66
"automation",
@@ -53,9 +53,6 @@
5353
"engines": {
5454
"node": ">=4.2.1"
5555
},
56-
"author": "xudafeng",
5756
"homepage": "http://macacajs.github.io/macaca/",
58-
"email": "[email protected]",
59-
"blog": "http://xdf.me",
6057
"license": "MIT"
6158
}

test_ava/ava.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
var test = require('ava');
4+
45
var driver = require('../lib');
56

67
test('ava: should be a function', function(t) {

test_jasmine/jasmine.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
var assert = require('assert');
4+
45
var driver = require('../lib');
56

67
describe('jasmine', function() {

0 commit comments

Comments
 (0)