Actually remove ospec from the main code base (#2786)
* Actually remove ospec from the main code base (it is still used as a dev-dependency) * fix a copy error Co-authored-by: Barney Carroll <barney.carroll@gmail.com> Co-authored-by: Barney Carroll <barney.carroll@gmail.com>
This commit is contained in:
parent
ea680dc917
commit
c0a9c21c09
12 changed files with 4 additions and 2051 deletions
|
|
@ -25,7 +25,7 @@
|
|||
"pretest": "npm run lint",
|
||||
"test": "run-s test:js",
|
||||
"test:js": "ospec",
|
||||
"cover": "istanbul cover --print both ospec/bin/ospec"
|
||||
"cover": "istanbul cover --print both ospec"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alrra/travis-scripts": "^3.0.1",
|
||||
|
|
@ -51,16 +51,10 @@
|
|||
"semver": "^6.3.0",
|
||||
"terser": "^4.3.4"
|
||||
},
|
||||
"bin": {
|
||||
"ospec": "./ospec/bin/ospec"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"eslint . --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"ospec": "4.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue