Skip to content

Commit

Permalink
change name to api-test
Browse files Browse the repository at this point in the history
  • Loading branch information
webNeat committed Oct 10, 2017
1 parent dc19c71 commit 1f541af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 40 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Wajez REST Test
# Wajez API Test

[![Build Status](https://travis-ci.org/wajez/rest-test.svg?branch=master)](https://travis-ci.org/wajez/rest-test)
[![Coverage Status](https://coveralls.io/repos/github/wajez/rest-test/badge.svg)](https://coveralls.io/github/wajez/rest-test)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/wajez/rest-test/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/wajez/api-test.svg?branch=master)](https://travis-ci.org/wajez/api-test)
[![Coverage Status](https://coveralls.io/repos/github/wajez/api-test/badge.svg)](https://coveralls.io/github/wajez/api-test)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/wajez/api-test/blob/master/LICENSE)

Testing REST API made easy.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wajez-rest-test",
"name": "wajez-api-test",
"version": "1.0.0",
"description": "Testing REST API made easy.",
"main": "src/index.js",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/wajez/rest-test.git"
"url": "git+https://github.com/wajez/api-test.git"
},
"keywords": [
"rest",
Expand All @@ -21,9 +21,9 @@
"author": "Amine Ben hammou",
"license": "MIT",
"bugs": {
"url": "https://github.com/wajez/rest-test/issues"
"url": "https://github.com/wajez/api-test/issues"
},
"homepage": "https://github.com/wajez/rest-test#readme",
"homepage": "https://github.com/wajez/api-test#readme",
"dependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
Expand Down
32 changes: 0 additions & 32 deletions src/utils.js

This file was deleted.

0 comments on commit 1f541af

Please sign in to comment.