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

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Jun 21, 2017
1 parent 3d44280 commit 95bf924
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_js:
before_script:
- npm prune
script:
- npm run test:single
- npm run test
- npm run test-cov
- npm run check-cov
- npm run build
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Aleppo

[![NPM](https://nodei.co/npm/aleppo.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/aleppo/)

[![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://travis-ci.org/Jimmy02020/aleppo)
[![Codecov](https://img.shields.io/codecov/c/github/codecov/example-python.svg)](https://codecov.io/gh/Jimmy02020/aleppo)
[![npm](https://img.shields.io/npm/dw/localeval.svg)](https://www.npmjs.com/package/aleppo)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Jimmy02020/aleppo/blob/master/LICENSE)


Overview
--------
Aleppo is utility functions written in [JavaScript](http://en.wikipedia.org/wiki/JavaScript).
Expand Down Expand Up @@ -49,9 +51,10 @@ Usage
* [options allowed](#getters_date_options)
* [separators allowed](#getters_date_separators)

### [Tests](#Tests)
### Other

### [License](#License)
* [Tests](#Tests)
* [License](#License)



Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"commit": "git-cz",
"check-cov": "istanbul check-coverage --root coverage --statement 97 --branch 91 --function 98 --line 99",
"test": "mocha --compilers js:babel-core/register --require babel-polyfill --recursive test",
"test:single": "mocha --compilers js:babel-core/register --require babel-polyfill --recursive test -w",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- R spec --compilers js:babel-core/register --require babel-polyfill --recursive test",
"report-cov": "cat ./coverage/lcov.info | codecov",
"prebuild": "rimraf lib",
Expand Down

0 comments on commit 95bf924

Please sign in to comment.