Update and rename package.json to package.ts
This commit is contained in:
parent
c0181e2da5
commit
c9832ae6fa
1 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue