|
39 | 39 | "@babel/preset-env": "7.11.5",
|
40 | 40 | "@babel/register": "7.11.5",
|
41 | 41 | "ava": "3.12.1",
|
| 42 | + "babel-plugin-transform-remove-console": "6.9.4", |
| 43 | + "babel-plugin-unassert": "3.0.1", |
| 44 | + "babel-preset-power-assert": "3.0.0", |
42 | 45 | "coveralls": "3.1.0",
|
43 | 46 | "esdoc": "1.1.0",
|
44 | 47 | "esdoc-ecmascript-proposal-plugin": "1.0.0",
|
|
47 | 50 | "esdoc-standard-plugin": "1.0.0",
|
48 | 51 | "np": "6.5.0",
|
49 | 52 | "nyc": "15.1.0",
|
| 53 | + "power-assert": "1.6.1", |
50 | 54 | "regenerator-runtime": "0.13.7",
|
51 |
| - "xo": "0.33.1", |
52 |
| - "babel-plugin-transform-remove-console": "6.9.4", |
53 |
| - "babel-plugin-unassert": "3.0.1", |
54 |
| - "babel-preset-power-assert": "3.0.0", |
55 |
| - "power-assert": "1.6.1" |
| 55 | + "xo": "0.33.1" |
56 | 56 | },
|
57 | 57 | "files": [
|
58 | 58 | "lib"
|
|
74 | 74 | "scripts": {
|
75 | 75 | "build": "babel --delete-dir-on-start --env-name production src -d lib",
|
76 | 76 | "cover": "nyc --reporter=lcov npm test",
|
| 77 | + "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", |
77 | 78 | "esdoc": "esdoc",
|
| 79 | + "lint": "xo", |
78 | 80 | "prepare": "npm run build",
|
79 | 81 | "release": "np",
|
80 | 82 | "test": "ava",
|
81 |
| - "lint": "xo", |
82 |
| - "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", |
83 | 83 | "travis": "npm run lint && npm run cover"
|
84 | 84 | },
|
85 | 85 | "sideEffects": false,
|
|
0 commit comments