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:
10
10
before_script :
11
11
- npm prune
12
12
script :
13
- - npm run test:single
13
+ - npm run test
14
14
- npm run test-cov
15
15
- npm run check-cov
16
16
- 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
+
1
5
[ ![ Travis] ( https://img.shields.io/travis/rust-lang/rust.svg )] ( https://travis-ci.org/Jimmy02020/aleppo )
2
6
[ ![ 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 )
4
7
[ ![ license] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( https://github.com/Jimmy02020/aleppo/blob/master/LICENSE )
5
8
6
-
7
9
Overview
8
10
--------
9
11
Aleppo is utility functions written in [ JavaScript] ( http://en.wikipedia.org/wiki/JavaScript ) .
49
51
* [ options allowed] ( #getters_date_options )
50
52
* [ separators allowed] ( #getters_date_separators )
51
53
52
- ### [ Tests ] ( #Tests )
54
+ ### Other
53
55
54
- ### [ License] ( #License )
56
+ * [ Tests] ( #Tests )
57
+ * [ License] ( #License )
55
58
56
59
57
60
Original file line number Diff line number Diff line change 10
10
"commit" : " git-cz" ,
11
11
"check-cov" : " istanbul check-coverage --root coverage --statement 97 --branch 91 --function 98 --line 99" ,
12
12
"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" ,
14
13
"test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- R spec --compilers js:babel-core/register --require babel-polyfill --recursive test" ,
15
14
"report-cov" : " cat ./coverage/lcov.info | codecov" ,
16
15
"prebuild" : " rimraf lib" ,
You can’t perform that action at this time.
0 commit comments