|
5 | 5 | "main": "./lib/index.js",
|
6 | 6 | "scripts": {
|
7 | 7 | "clean": "rimraf lib",
|
8 |
| - "test": "npm run lint && npm run cover", |
9 |
| - "test:prod": "cross-env BABEL_ENV=production npm run test", |
10 |
| - "test:only": "mocha --require babel-core/register --require babel-polyfill --recursive", |
11 |
| - "test:watch": "npm test -- --watch", |
12 |
| - "test:examples": "node examples/", |
13 |
| - "cover": "nyc --check-coverage npm run test:only", |
| 8 | + "test": "npm run lint", |
14 | 9 | "lint": "eslint src",
|
15 | 10 | "build": "cross-env BABEL_ENV=production babel src -d lib",
|
16 | 11 | "debug": "node -r esm --inspect-brk test/index.js",
|
|
45 | 40 | "babel-eslint": "^10.0.3",
|
46 | 41 | "babel-plugin-add-module-exports": "^1.0.2",
|
47 | 42 | "babel-polyfill": "^6.26.0",
|
48 |
| - "chai": "^4.1.2", |
49 | 43 | "cross-env": "^5.1.3",
|
50 | 44 | "eslint": "^5.16.0",
|
51 | 45 | "eslint-config-airbnb": "^17.1.0",
|
52 | 46 | "eslint-plugin-import": "^2.7.0",
|
53 |
| - "eslint-plugin-jsx-a11y": "^6.0.2", |
54 |
| - "eslint-plugin-react": "^7.4.0", |
| 47 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 48 | + "eslint-plugin-react": "^7.19.0", |
55 | 49 | "esm": "^3.2.25",
|
56 |
| - "mocha": "^6.1.3", |
57 |
| - "nyc": "^13.3.0", |
58 | 50 | "rimraf": "^2.6.2"
|
59 | 51 | },
|
60 | 52 | "dependencies": {
|
|
0 commit comments