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