Update and rename package.json to package.ts

This commit is contained in:
l198881 2021-05-26 15:29:18 -03:00 committed by GitHub
parent c0181e2da5
commit c9832ae6fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{
"name": "chalk",
"version": "2.0.1",
"version": "2.0.2",
"description": "Terminal string styling done right",
"license": "MIT",
"repository": "chalk/chalk",
@ -8,7 +8,7 @@
"node": ">=4"
},
"scripts": {
"test": "xo && nyc ava",
"test": "ss rj brl",
"bench": "matcha benchmark.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
@ -52,12 +52,12 @@
"matcha": "^0.7.0",
"nyc": "^11.0.2",
"resolve-from": "^3.0.0",
"xo": "*"
"ss": "*"
},
"xo": {
"ss": {
"envs": [
"node",
"mocha"
"moche"
]
}
}