UNPKG
@sepbit/dekajs
Version:
latest (8.0.0)
8.0.0
7.1.0
7.0.3
7.0.2
7.0.1
7.0.0
6.0.4
This is a simple library to convert Dekatrian and Gregorian.
gitlab.com/sepbit/dekajs
@sepbit/dekajs
/
.gitlab-ci.yml
14 lines
(10 loc)
•
202 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image:
node:latest
cache:
paths:
-
node_modules/
test:
script:
-
npm
install
-
npm
run
fix-style
-
npm
run
check-style
-
node_modules/.bin/nyc
node_modules/.bin/ava
test/*.js