Skip to content

Commit b317dcf

Browse files
author
Jared Palmer
committed
Merge branch 'master' of https://github.com/jaredpalmer/backpack
2 parents 32f84c5 + 5e9aeea commit b317dcf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

examples/with-jest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ This is an example of how to use the Jest test framework with Backpack.
2323
**Points of Interest:**
2424

2525
- New `.babelrc` file with `presets: ["backpack-core/babel"]`
26-
- Adding `babel-jest` and `jest-cli` to devDependencies in `package.json`
26+
- Add `babel-jest` and `jest-cli` to devDependencies in `package.json`
2727
- Add `"jest"` section to `package.json` to manage Jest configuration
28-
- Demonstrates how to do an HTTP test with `supertest-as-promised`
28+
- Demonstrate how to write HTTP test with `supertest-as-promised`

packages/backpack-core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
"babel-preset-env": "^1.1.4",
2121
"chokidar": "^1.6.1",
2222
"cross-spawn": "^5.0.1",
23-
"dotenv": "^4.0.0",
2423
"friendly-errors-webpack-plugin": "^1.1.2",
2524
"nodemon": "^1.11.0",
2625
"ramda": "^0.23.0",
2726
"source-map-support": "^0.4.8",
28-
"webpack": "^2.2.0-rc.3",
27+
"webpack": "2.2.0-rc.3",
2928
"webpack-node-externals": "^1.5.4"
3029
}
3130
}

0 commit comments

Comments
 (0)