|
84 | 84 | "@aureooms/js-itertools": "^4.1.0",
|
85 | 85 | "@aureooms/js-random": "^2.0.0",
|
86 | 86 | "@aureooms/js-search": "^0.0.4",
|
87 |
| - "ava": "^3.12.1", |
88 |
| - "coveralls": "^3.1.0", |
89 |
| - "esdoc": "^1.1.0", |
90 |
| - "nyc": "^15.1.0", |
91 | 87 | "@babel/cli": "7.11.6",
|
92 | 88 | "@babel/core": "7.11.6",
|
93 | 89 | "@babel/preset-env": "7.11.5",
|
94 | 90 | "@babel/register": "7.11.5",
|
| 91 | + "ava": "^3.12.1", |
95 | 92 | "babel-plugin-transform-remove-console": "6.9.4",
|
96 | 93 | "babel-plugin-unassert": "3.0.1",
|
97 | 94 | "babel-preset-power-assert": "3.0.0",
|
| 95 | + "coveralls": "^3.1.0", |
| 96 | + "esdoc": "^1.1.0", |
98 | 97 | "esdoc-inject-script-plugin": "1.0.0",
|
99 | 98 | "esdoc-inject-style-plugin": "1.0.0",
|
100 | 99 | "esdoc-standard-plugin": "1.0.0",
|
101 | 100 | "np": "6.5.0",
|
| 101 | + "nyc": "^15.1.0", |
102 | 102 | "power-assert": "1.6.1",
|
103 | 103 | "regenerator-runtime": "0.13.7"
|
104 | 104 | },
|
| 105 | + "files": [ |
| 106 | + "lib" |
| 107 | + ], |
105 | 108 | "homepage": "http://aureooms.github.io/js-sort/",
|
106 | 109 | "keywords": [
|
107 | 110 | "bricks",
|
|
120 | 123 | "scripts": {
|
121 | 124 | "build": "babel src -d lib",
|
122 | 125 | "cover": "nyc --reporter=lcov npm test",
|
123 |
| - "test": "ava", |
| 126 | + "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", |
124 | 127 | "esdoc": "esdoc",
|
125 | 128 | "lint": "true",
|
126 | 129 | "prepare": "npm run build",
|
127 |
| - "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", |
128 |
| - "travis": "npm run lint && npm run cover", |
129 |
| - "release": "np" |
| 130 | + "release": "np", |
| 131 | + "test": "ava", |
| 132 | + "travis": "npm run lint && npm run cover" |
130 | 133 | },
|
131 |
| - "files": [ |
132 |
| - "lib" |
133 |
| - ], |
134 | 134 | "sideEffects": false
|
135 | 135 | }
|
0 commit comments