UNPKG
@theidentityselector/thiss-ds
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
2.1.55
2.1.54
2.1.53
2.1.52
2.1.48
2.1.47
2.1.40
2.1.39
2.1.36
2.1.35
2.1.32
2.1.31
2.1.30
2.1.29
2.1.28
2.1.17
2.1.16
2.1.15
2.1.14
2.1.6
2.1.4
2.1.3
2.1.2
2.1.1
2.0.0
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A set of clients for the thiss.io service
thiss.io
TheIdentitySelector/thiss-ds-js
@theidentityselector/thiss-ds
/
Makefile
25 lines
(16 loc)
•
218 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
all
: setup test build
start
:
@npm
run start
clean
:
@rm
-rf dist
build
:
@npm
run build
test
: tests
tests
:
@npm
run test
cover
:
@npm
run cover
setup
:
@npm
install
publish
: all
@npm
publish --access public