UNPKG
@bpanel/price
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Fetch BTC-fiat exchange rate and add to app store.
github.com/bpanel-org/price
bpanel-org/price
@bpanel/price
/
Makefile
26 lines
(17 loc)
•
248 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
26
all
:
@npm
run browserify
babel
:
@npm
run babel
browserify
:
@npm
run browserify
watch
:
@npm
run watch
webpack
:
@npm
run webpack
clean
:
@npm
run clean
lint
:
@npm
run lint
test
:
@npm
test .
PHONY
: all browserify webpack clean lint test