File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
with-custom-webpack-config Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backpack-examples-basic" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"scripts" : {
5
5
"start" : " node ./build/main.js" ,
6
6
"dev" : " backpack dev" ,
9
9
},
10
10
"license" : " MIT" ,
11
11
"dependencies" : {
12
- "backpack-core" : " 0.0.7 " ,
12
+ "backpack-core" : " ^ 0.0.8 " ,
13
13
"express" : " ^4.14.0"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backpack-examples-with-custom-babel-config" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"scripts" : {
5
5
"start" : " node ./build/main.js" ,
6
6
"dev" : " backpack dev" ,
10
10
"license" : " MIT" ,
11
11
"dependencies" : {
12
12
"babel-preset-stage-0" : " ^6.16.0" ,
13
- "backpack-core" : " 0.0.7 " ,
13
+ "backpack-core" : " ^ 0.0.8 " ,
14
14
"express" : " ^4.14.0"
15
15
}
16
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backpack-examples-with-custom-webpack-config" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"scripts" : {
5
5
"start" : " node ./build/main.js" ,
6
6
"dev" : " backpack dev" ,
9
9
},
10
10
"license" : " MIT" ,
11
11
"dependencies" : {
12
- "backpack-core" : " 0.0.7 " ,
12
+ "backpack-core" : " ^ 0.0.8 " ,
13
13
"express" : " ^4.14.0"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backpack-examples-with-flowtype" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"scripts" : {
5
5
"start" : " node ./build/main.js" ,
6
6
"flow" : " flow" ,
11
11
"license" : " MIT" ,
12
12
"dependencies" : {
13
13
"babel-plugin-transform-flow-strip-types" : " ^6.21.0" ,
14
- "backpack-core" : " 0.0.7 " ,
14
+ "backpack-core" : " ^ 0.0.8 " ,
15
15
"express" : " ^4.14.0" ,
16
16
"flow-bin" : " ^0.37.4"
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backpack-examples-with-jest" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"scripts" : {
5
5
"start" : " node ./build/main.js" ,
6
6
"test" : " NODE_ENV=test jest" ,
10
10
},
11
11
"license" : " MIT" ,
12
12
"dependencies" : {
13
- "backpack-core" : " 0.0.7 " ,
13
+ "backpack-core" : " ^ 0.0.8 " ,
14
14
"express" : " ^4.14.0"
15
15
},
16
16
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backpack-examples-with-typescript" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"scripts" : {
5
5
"start" : " node ./build/main.js" ,
6
6
"dev" : " backpack dev" ,
11
11
"express" : " ^4.14.0" ,
12
12
"@types/express" : " ^4.0.34" ,
13
13
"awesome-typescript-loader" : " ^3.0.0-beta.18" ,
14
- "backpack-core" : " 0.0.7 " ,
14
+ "backpack-core" : " ^ 0.0.8 " ,
15
15
"typescript" : " ^2.1.5"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 4
4
" examples/*" ,
5
5
" packages/*"
6
6
],
7
- "version" : " 0.0.7 "
7
+ "version" : " 0.0.8 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backpack-core" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Backpack is a minimalistic build system for Node.js" ,
5
5
"repository" : " palmerhq/backpack" ,
6
6
"author" : " @jaredpalmer" ,
You can’t perform that action at this time.
0 commit comments