mirror of https://github.com/Seich/Beau.git
Changed the description on the package.json
This commit is contained in:
parent
90761acaa4
commit
3212403962
|
|
@ -1,13 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "beau",
|
"name": "beau",
|
||||||
"version": "0.8.0",
|
"version": "0.8.0",
|
||||||
"description": "A tool for testing JSON APIs",
|
"description": "Testing APIs made easy.",
|
||||||
"main": "./src/beau.js",
|
"main": "./src/beau.js",
|
||||||
"author": "Sergio Diaz <seich@martianwabbit.com>",
|
"author": "Sergio Diaz <seich@martianwabbit.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"watch": "jest --watch",
|
|
||||||
"test:coverage": "jest --coverage"
|
"test:coverage": "jest --coverage"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue