This repository was archived by the owner on Oct 29, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ node_js:
1010before_script :
1111 - npm prune
1212script :
13- - npm run test:single
13+ - npm run test
1414 - npm run test-cov
1515 - npm run check-cov
1616 - npm run build
Original file line number Diff line number Diff line change 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-
79Overview
810--------
911Aleppo is utility functions written in [ JavaScript] ( http://en.wikipedia.org/wiki/JavaScript ) .
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments