File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed
with-custom-webpack-config Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-basic" ,
3- "version" : " 0.8.0-0 " ,
3+ "version" : " 0.8.0" ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
99 },
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "backpack-core" : " ^0.8.0-0 " ,
12+ "backpack-core" : " ^0.8.0" ,
1313 "express" : " ^4.16.2"
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-with-custom-babel-config" ,
3- "version" : " 0.8.0-0 " ,
3+ "version" : " 0.8.0" ,
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.8.0-0 " ,
13+ "backpack-core" : " ^0.8.0" ,
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.8.0-0 " ,
3+ "version" : " 0.8.0" ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
99 },
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "backpack-core" : " ^0.8.0-0 " ,
12+ "backpack-core" : " ^0.8.0" ,
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.8.0-0 " ,
3+ "version" : " 0.8.0" ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "flow" : " flow" ,
1212 "dependencies" : {
1313 "@babel/core" : " ^7.0.0-beta.37" ,
1414 "@babel/plugin-transform-flow-strip-types" : " 7.0.0-beta.39" ,
15- "backpack-core" : " ^0.8.0-0 " ,
15+ "backpack-core" : " ^0.8.0" ,
1616 "express" : " ^4.14.0" ,
1717 "flow-bin" : " ^0.37.4"
1818 }
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-with-jest" ,
3- "version" : " 0.8.0-0 " ,
3+ "version" : " 0.8.0" ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "test" : " NODE_ENV=test jest" ,
1212 "dependencies" : {
1313 "@babel/core" : " 7.0.0-beta.39" ,
1414 "babel-core" : " 7.0.0-bridge.0" ,
15- "backpack-core" : " ^0.8.0-0 " ,
15+ "backpack-core" : " ^0.8.0" ,
1616 "express" : " ^4.14.0"
1717 },
1818 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " backpack-examples-with-typescript" ,
3- "version" : " 0.8.0-0 " ,
3+ "version" : " 0.8.0" ,
44 "scripts" : {
55 "start" : " node ./build/main.js" ,
66 "dev" : " backpack dev" ,
1010 "dependencies" : {
1111 "@types/express" : " ^4.0.34" ,
1212 "awesome-typescript-loader" : " ^3.0.0-beta.18" ,
13- "backpack-core" : " ^0.8.0-0 " ,
13+ "backpack-core" : " ^0.8.0" ,
1414 "express" : " ^4.14.0" ,
1515 "typescript" : " ^2.1.5"
1616 }
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 2.9.0" ,
3- "version" : " 0.8.0-0 " ,
3+ "version" : " 0.8.0" ,
44 "npmClient" : " yarn" ,
55 "useWorkspaces" : true ,
66 "packages" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-preset-backpack" ,
3- "version" : " 0.8.0-0 " ,
3+ "version" : " 0.8.0" ,
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.8.0-1 " ,
3+ "version" : " 0.8.0" ,
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