UNPKG
@0xcap/loot-table
Version:
latest (1.0.1)
1.0.1
1.0.0
0.2.0
0.1.0
A simple loot table implementation in TypeScript.
0xCAP/loot-table
@0xcap/loot-table
/
.circleci
/
config.yml
18 lines
(17 loc)
•
311 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version:
2.1
orbs:
node:
circleci/node@1.1.6
jobs:
install-and-test:
executor:
name:
node/default
steps:
-
checkout
-
node/with-cache:
steps:
-
run:
npm
install
-
run:
npm
run
test
workflows:
install-and-test:
jobs:
-
install-and-test