File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ config/local.js
6
6
logs
7
7
* .log
8
8
npm-debug.log *
9
+ .DS_Store
9
10
10
11
dist /
11
12
Original file line number Diff line number Diff line change 1
- 5.9
1
+ v6.9.4
Original file line number Diff line number Diff line change 1
- FROM node:5.10.1
1
+ FROM node:6.9.4
2
2
LABEL version="1.0"
3
3
LABEL description="Projects microservice"
4
4
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ postgres:
6
6
- POSTGRES_PASSWORD=mysecretpassword
7
7
- POSTGRES_USER=coder
8
8
- POSTGRES_DB=projectsdb
9
- elasticsearch :
10
- image : " elasticsearch:1.5. 2"
11
- ports :
12
- - " 9200:9200"
13
- - " 9300:9300"
9
+ # elasticsearch:
10
+ # image: "elasticsearch:2"
11
+ # ports:
12
+ # - "9200:9200"
13
+ # - "9300:9300"
14
14
redis :
15
15
image : redis:2.8
16
16
ports :
Original file line number Diff line number Diff line change 3
3
"version" : " 1.1.1" ,
4
4
"description" : " Projects microservice" ,
5
5
"main" : " index.js" ,
6
+ "engines" : {
7
+ "node" : " >=6.9"
8
+ },
6
9
"scripts" : {
7
- "test" : " NODE_ENV=test ./node_modules/.bin/mocha --compilers js:babel-core/register $(find src -path '*spec.js*')" ,
10
+ "test" : " NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/ mocha/bin/_mocha -- --compilers js:babel-core/register $(find src -path '*spec.js*')" ,
8
11
"live-test" : " NODE_ENV=test ./node_modules/.bin/mocha -w --compilers js:babel-core/register $(find src -path '*spec.js*')" ,
9
12
"dev" : " NODE_ENV=local PORT=8001 nodemon -w src --exec \" babel-node src --presets es2015\" | ./node_modules/.bin/bunyan" ,
10
13
"build" : " babel src -d dist --presets es2015" ,
You can’t perform that action at this time.
0 commit comments