Skip to content

Commit 3b30404

Browse files
committed
2 parents 33f740d + 4a742f3 commit 3b30404

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ render() {
4747
4848
Command | Description |
4949
--- | ---
50-
`npm start` | start a development server for the demo app
51-
`npm test` | run tests
52-
`npm run test:coverage` | run tests and produce a code coverage report in `coverage/`
53-
`npm run test:watch` | start a test server and re-run tests on every change
5450
`npm run build` | prepare for publishing to npm
5551
`npm run clean` | delete built resources
52+
`npm test` | run tests
53+
`npm run test:coverage` | run tests and produce a code coverage report in `coverage/`
54+
<del>`npm run test:watch`</del> | n/a ~~start a test server and re-run tests on every change~~
55+
<del>`npm start`</del> | n/a ~~start a development server for the demo app~~
5656
5757
#### see also:
5858
- [Developing React Components and Libraries with nwb](https://github.com/insin/nwb/blob/master/docs/guides/ReactComponents.md#developing-react-components-and-libraries-with-nwb)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"babel-eslint": "^10.1.0",
5353
"enzyme": "^3.11.0",
5454
"enzyme-adapter-react-16": "^1.15.2",
55-
"eslint": "^7.0.0",
55+
"eslint": "^7.1.0",
5656
"eslint-plugin-import": "^2.20.2",
5757
"eslint-plugin-react": "^7.20.0",
58+
"nwb": "^0.25.2",
5859
"react": "^16.13.1",
5960
"react-dom": "^16.13.1",
60-
"nwb": "^0.25.2",
6161
"sinon": "^9.0.2"
6262
},
6363
"keywords": [

0 commit comments

Comments
 (0)