UNPKG

@0xcap/loot-table

Version:

A simple loot table implementation in TypeScript.

18 lines (17 loc) 311 B
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