Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Oct 6, 2017
1 parent 69001a4 commit edc70c2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-basic",
"version": "0.4.2",
"version": "0.4.3",
"scripts": {
"start": "node ./build/main.js",
"dev": "backpack dev",
Expand All @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"backpack-core": "^0.4.2",
"backpack-core": "^0.4.3",
"express": "^4.14.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-custom-babel-config/package.json
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-custom-babel-config",
"version": "0.4.2",
"version": "0.4.3",
"scripts": {
"start": "node ./build/main.js",
"dev": "backpack dev",
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"babel-preset-stage-0": "^6.16.0",
"backpack-core": "^0.4.2",
"backpack-core": "^0.4.3",
"express": "^4.14.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-custom-webpack-config/package.json
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-custom-webpack-config",
"version": "0.4.2",
"version": "0.4.3",
"scripts": {
"start": "node ./build/main.js",
"dev": "backpack dev",
Expand All @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"backpack-core": "^0.4.2",
"backpack-core": "^0.4.3",
"express": "^4.14.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-flowtype/package.json
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-flowtype",
"version": "0.4.2",
"version": "0.4.3",
"scripts": {
"start": "node ./build/main.js",
"flow": "flow",
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"backpack-core": "^0.4.2",
"backpack-core": "^0.4.3",
"express": "^4.14.0",
"flow-bin": "^0.37.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "backpack-examples-with-jest",
"version": "0.4.2",
"version": "0.4.3",
"scripts": {
"start": "node ./build/main.js",
"test": "NODE_ENV=test jest",
Expand All @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"backpack-core": "^0.4.2",
"backpack-core": "^0.4.3",
"express": "^4.14.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/with-typescript/package.json
@@ -1,17 +1,17 @@
{
"name": "backpack-examples-with-typescript",
"version": "0.4.2",
"version": "0.4.3",
"scripts": {
"start": "node ./build/main.js",
"dev": "backpack dev",
"build": "backpack build"
},
"license": "MIT",
"dependencies": {
"express": "^4.14.0",
"@types/express": "^4.0.34",
"awesome-typescript-loader": "^3.0.0-beta.18",
"backpack-core": "^0.4.2",
"backpack-core": "^0.4.3",
"express": "^4.14.0",
"typescript": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,6 +4,6 @@
"examples/*",
"packages/*"
],
"version": "0.4.2",
"version": "0.4.3",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/babel-preset-backpack/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-backpack",
"version": "0.4.0",
"version": "0.4.3",
"description": "Babel preset for Backpack projects",
"repository": "palmerhq/backpack",
"author": "jaredpalmer",
Expand Down
4 changes: 2 additions & 2 deletions packages/backpack-core/package.json
@@ -1,6 +1,6 @@
{
"name": "backpack-core",
"version": "0.4.2",
"version": "0.4.3",
"description": "Backpack is a minimalistic build system for Node.js",
"repository": "palmerhq/backpack",
"author": "@jaredpalmer",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-backpack": "^0.4.0",
"babel-preset-backpack": "^0.4.3",
"cross-spawn": "^5.0.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"nodemon": "^1.11.0",
Expand Down

0 comments on commit edc70c2

Please sign in to comment.