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:
Pierre-Yves Gérardy 2022-06-10 18:33:17 +02:00 committed by GitHub
parent ea680dc917
commit c0a9c21c09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 4 additions and 2051 deletions

View file

@ -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"
}
}