File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 1
- install :
2
- npm install
3
-
4
- update :
5
- npm update
6
-
7
- clean :
8
- rm -Rf lib lib-cov docs
9
-
10
- watch :
11
- gulp watch
1
+ include node_modules/springbokjs-library/tasks.mk
Original file line number Diff line number Diff line change 5
5
" springbokjs" ,
6
6
" springbokjs-db"
7
7
],
8
- "version" : " 0.0.3 " ,
8
+ "version" : " 0.1.0 " ,
9
9
"homepage" : " http://springbokjs.org" ,
10
10
"license" : " MIT" ,
11
11
"author" :
" Christophe Hurpeau <[email protected] > (http://christophe.hurpeau.com/)" ,
12
- "repository" : " git://github.com/christophehurpeau/springbokjs-db.git" ,
12
+ "repository" : " git://github.com/christophehurpeau/springbokjs-db-serverstore .git" ,
13
13
"scripts" : {
14
14
"test" : " node_modules/.bin/mocha --harmony --recursive -u tdd tests/lib"
15
15
},
16
16
"main" : " ./lib/index.js" ,
17
17
"peerDependencies" : {
18
- "springbokjs-browser" : " * " ,
19
- "springbokjs-db" : " * "
18
+ "springbokjs-browser" : " ^0.2 " ,
19
+ "springbokjs-db" : " ^0.1 "
20
20
},
21
21
"devDependencies" : {
22
22
"gulp" : " ^3.8" ,
23
23
"mocha" : " ^2.0" ,
24
24
"proclaim" : " ^2.0" ,
25
- "springbokjs-library" : " ^3.1.0 "
25
+ "springbokjs-library" : " ^3.3.1 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments