Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Nov 2, 2018
1 parent e092aba commit 32d151d
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-basic",
"version": "0.8.0",
"version": "0.8.2",
"scripts": {
"start": "node ./build/main.js",
"dev": "backpack dev",
Expand All @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"backpack-core": "^0.8.0",
"backpack-core": "^0.8.2",
"express": "^4.16.2"
}
}
6 changes: 3 additions & 3 deletions examples/with-custom-babel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-custom-babel-config",
"version": "0.8.0",
"version": "0.8.2",
"scripts": {
"start": "node ./build/main.js",
"dev": "backpack dev",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"backpack-core": "^0.8.0",
"backpack-core": "^0.8.2",
"express": "^4.14.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/with-custom-webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-custom-webpack-config",
"version": "0.8.0",
"version": "0.8.2",
"scripts": {
"start": "node ./build/main.js",
"dev": "backpack dev",
Expand All @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"backpack-core": "^0.8.0",
"backpack-core": "^0.8.2",
"express": "^4.14.0"
}
}
6 changes: 3 additions & 3 deletions examples/with-flowtype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-flowtype",
"version": "0.8.0",
"version": "0.8.2",
"scripts": {
"start": "node ./build/main.js",
"flow": "flow",
Expand All @@ -12,8 +12,8 @@
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"backpack-core": "^0.8.0",
"backpack-core": "^0.8.2",
"express": "^4.14.0",
"flow-bin": "^0.37.4"
}
}
}
6 changes: 3 additions & 3 deletions examples/with-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-jest",
"version": "0.8.0",
"version": "0.8.2",
"scripts": {
"start": "node ./build/main.js",
"test": "NODE_ENV=test jest",
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@babel/core": "^7.1.2",
"backpack-core": "^0.8.0",
"backpack-core": "^0.8.2",
"express": "^4.14.0"
},
"devDependencies": {
Expand All @@ -28,4 +28,4 @@
"__DEV__": true
}
}
}
}
6 changes: 3 additions & 3 deletions examples/with-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-typescript",
"version": "0.8.0",
"version": "0.8.2",
"scripts": {
"start": "node ./build/main.js",
"dev": "backpack dev",
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"@types/express": "^4.0.34",
"awesome-typescript-loader": "^3.0.0-beta.18",
"backpack-core": "^0.8.0",
"backpack-core": "^0.8.2",
"express": "^4.14.0",
"typescript": "^2.1.5"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "0.8.0",
"version": "0.8.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-backpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-backpack",
"version": "0.8.0",
"version": "0.8.2",
"description": "Babel preset for Backpack projects",
"repository": "palmerhq/backpack",
"author": "jaredpalmer",
Expand Down Expand Up @@ -30,4 +30,4 @@
"node",
"backpack"
]
}
}
6 changes: 3 additions & 3 deletions packages/backpack-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backpack-core",
"version": "0.8.0",
"version": "0.8.2",
"description": "Backpack is a minimalistic build system for Node.js",
"repository": "palmerhq/backpack",
"author": "@jaredpalmer",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@babel/core": "^7.1.2",
"babel-loader": "^8.0.2",
"babel-preset-backpack": "^0.8.0",
"babel-preset-backpack": "^0.8.2",
"cross-spawn": "^5.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"json-loader": "^0.5.7",
Expand All @@ -24,4 +24,4 @@
"webpack": "^4.23.1",
"webpack-node-externals": "^1.7.2"
}
}
}

0 comments on commit 32d151d

Please sign in to comment.