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 11{
22 "name" : " backpack-examples-basic" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
99 },
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "backpack-core" : " ^0.2.0 " ,
12+ "backpack-core" : " ^0.2.1 " ,
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.2.0 " ,
3+ "version" : " 0.2.1 " ,
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.2.0 " ,
13+ "backpack-core" : " ^0.2.1 " ,
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.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
99 },
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "backpack-core" : " ^0.2.0 " ,
12+ "backpack-core" : " ^0.2.1 " ,
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.2.0 " ,
3+ "version" : " 0.2.1 " ,
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.2.0 " ,
14+ "backpack-core" : " ^0.2.1 " ,
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.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "test" : " NODE_ENV=test jest" ,
1010 },
1111 "license" : " MIT" ,
1212 "dependencies" : {
13- "backpack-core" : " ^0.2.0 " ,
13+ "backpack-core" : " ^0.2.1 " ,
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.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
1111 "express" : " ^4.14.0" ,
1212 "@types/express" : " ^4.0.34" ,
1313 "awesome-typescript-loader" : " ^3.0.0-beta.18" ,
14- "backpack-core" : " ^0.2.0 " ,
14+ "backpack-core" : " ^0.2.1 " ,
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.2.0 "
7+ "version" : " 0.2.1 "
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-core" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Backpack is a minimalistic build system for Node.js" ,
55 "repository" : " palmerhq/backpack" ,
66 "author" : " @jaredpalmer" ,
You can’t perform that action at this time.
0 commit comments