UNPKG
sublevel
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.0.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
sublevels for levelup
stagas/sublevel
sublevel
/
Makefile
18 lines
(11 loc)
•
217 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
install: package.json @npm install
--production
dev: package.json @npm install test: @mocha -
r should -R spec test test-watch
:
@mocha
-w -r should -R spec test
clean
: rm -rf node_modules .
PHONY
: test clean