Skip to content
This repository was archived by the owner on Oct 29, 2018. It is now read-only.

Commit 95bf924

Browse files
committed
fix:
1 parent 3d44280 commit 95bf924

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node_js:
1010
before_script:
1111
- npm prune
1212
script:
13-
- npm run test:single
13+
- npm run test
1414
- npm run test-cov
1515
- npm run check-cov
1616
- npm run build

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# Aleppo
2+
3+
[![NPM](https://nodei.co/npm/aleppo.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/aleppo/)
4+
15
[![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://travis-ci.org/Jimmy02020/aleppo)
26
[![Codecov](https://img.shields.io/codecov/c/github/codecov/example-python.svg)](https://codecov.io/gh/Jimmy02020/aleppo)
3-
[![npm](https://img.shields.io/npm/dw/localeval.svg)](https://www.npmjs.com/package/aleppo)
47
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Jimmy02020/aleppo/blob/master/LICENSE)
58

6-
79
Overview
810
--------
911
Aleppo is utility functions written in [JavaScript](http://en.wikipedia.org/wiki/JavaScript).
@@ -49,9 +51,10 @@ Usage
4951
* [options allowed](#getters_date_options)
5052
* [separators allowed](#getters_date_separators)
5153

52-
### [Tests](#Tests)
54+
### Other
5355

54-
### [License](#License)
56+
* [Tests](#Tests)
57+
* [License](#License)
5558

5659

5760

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"commit": "git-cz",
1111
"check-cov": "istanbul check-coverage --root coverage --statement 97 --branch 91 --function 98 --line 99",
1212
"test": "mocha --compilers js:babel-core/register --require babel-polyfill --recursive test",
13-
"test:single": "mocha --compilers js:babel-core/register --require babel-polyfill --recursive test -w",
1413
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- R spec --compilers js:babel-core/register --require babel-polyfill --recursive test",
1514
"report-cov": "cat ./coverage/lcov.info | codecov",
1615
"prebuild": "rimraf lib",

0 commit comments

Comments
 (0)