File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
with-custom-webpack-config Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-basic" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
99 },
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "backpack-core" : " ^0.4.2 " ,
12+ "backpack-core" : " ^0.4.3 " ,
1313 "express" : " ^4.14.0"
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-with-custom-babel-config" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
1010 "license" : " MIT" ,
1111 "dependencies" : {
1212 "babel-preset-stage-0" : " ^6.16.0" ,
13- "backpack-core" : " ^0.4.2 " ,
13+ "backpack-core" : " ^0.4.3 " ,
1414 "express" : " ^4.14.0"
1515 }
1616}
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-with-custom-webpack-config" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
99 },
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "backpack-core" : " ^0.4.2 " ,
12+ "backpack-core" : " ^0.4.3 " ,
1313 "express" : " ^4.14.0"
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-with-flowtype" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "flow" : " flow" ,
1111 "license" : " MIT" ,
1212 "dependencies" : {
1313 "babel-plugin-transform-flow-strip-types" : " ^6.21.0" ,
14- "backpack-core" : " ^0.4.2 " ,
14+ "backpack-core" : " ^0.4.3 " ,
1515 "express" : " ^4.14.0" ,
1616 "flow-bin" : " ^0.37.4"
1717 }
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-with-jest" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "test" : " NODE_ENV=test jest" ,
1010 },
1111 "license" : " MIT" ,
1212 "dependencies" : {
13- "backpack-core" : " ^0.4.2 " ,
13+ "backpack-core" : " ^0.4.3 " ,
1414 "express" : " ^4.14.0"
1515 },
1616 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-with-typescript" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
77 "build" : " backpack build"
88 },
99 "license" : " MIT" ,
1010 "dependencies" : {
11- "express" : " ^4.14.0" ,
1211 "@types/express" : " ^4.0.34" ,
1312 "awesome-typescript-loader" : " ^3.0.0-beta.18" ,
14- "backpack-core" : " ^0.4.2" ,
13+ "backpack-core" : " ^0.4.3" ,
14+ "express" : " ^4.14.0" ,
1515 "typescript" : " ^2.1.5"
1616 }
1717}
Original file line number Diff line number Diff line change 44 " examples/*" ,
55 " packages/*"
66 ],
7- "version" : " 0.4.2 " ,
7+ "version" : " 0.4.3 " ,
88 "npmClient" : " yarn"
99}
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-preset-backpack" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.3 " ,
44 "description" : " Babel preset for Backpack projects" ,
55 "repository" : " palmerhq/backpack" ,
66 "author" : " jaredpalmer" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-core" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "description" : " Backpack is a minimalistic build system for Node.js" ,
55 "repository" : " palmerhq/backpack" ,
66 "author" : " @jaredpalmer" ,
1414 "dependencies" : {
1515 "babel-core" : " ^6.25.0" ,
1616 "babel-loader" : " ^7.1.0" ,
17- "babel-preset-backpack" : " ^0.4.0 " ,
17+ "babel-preset-backpack" : " ^0.4.3 " ,
1818 "cross-spawn" : " ^5.0.1" ,
1919 "friendly-errors-webpack-plugin" : " ^1.6.1" ,
2020 "nodemon" : " ^1.11.0" ,
You can’t perform that action at this time.
0 commit comments