File tree Expand file tree Collapse file tree 4 files changed +3
-21
lines changed Expand file tree Collapse file tree 4 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [
3
3
" es2015" ,
4
- " stage-2" ,
5
- " react"
4
+ " stage-2"
6
5
]
7
6
}
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- " 6"
4
- - " 5"
5
4
- " 4"
Original file line number Diff line number Diff line change @@ -10,22 +10,6 @@ module.exports = {
10
10
useNullAsDefault : true
11
11
} ,
12
12
//
13
- // staging: {
14
- // client: 'postgresql',
15
- // connection: {
16
- // database: 'my_db',
17
- // user: 'username',
18
- // password: 'password'
19
- // },
20
- // pool: {
21
- // min: 2,
22
- // max: 10
23
- // },
24
- // migrations: {
25
- // tableName: 'knex_migrations'
26
- // }
27
- // },
28
- //
29
13
// production: {
30
14
// client: 'postgresql',
31
15
// connection: {
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " githunt" ,
2
+ "name" : " githunt-api " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Example app for Apollo" ,
5
- "main" : " index.js" ,
6
5
"scripts" : {
7
6
"start" : " nodemon api/index.js --watch api --exec babel-node" ,
8
7
"lint" : " eslint api" ,
9
8
"test" : " mocha --compilers js:babel-core/register --reporter spec --full-trace 'api/**/*.test.js' && npm run lint" ,
10
9
"seed" : " knex seed:run" ,
11
10
"migrate" : " knex migrate:latest"
12
11
},
12
+ "private" : true ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
15
"url" : " git+https://github.com/apollostack/GitHunt.git"
You can’t perform that action at this time.
0 commit comments