Skip to content

Commit a6d850c

Browse files
committed
Rename repository
1 parent d53c79f commit a6d850c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![Build Status](https://travis-ci.org/mpalourdio/ng-http-interceptor.svg?branch=master)](https://travis-ci.org/mpalourdio/ng-http-interceptor)
2-
# ng-http-interceptor
1+
[![Build Status](https://travis-ci.org/mpalourdio/ng-http-loader.svg?branch=master)](https://travis-ci.org/mpalourdio/ng-http-loader)
2+
# ng-http-loader
33

44
## Installation
55

66
To install this library, run:
77

88
```bash
9-
$ npm install ng-http-interceptor --save
9+
$ npm install ng-http-loader --save
1010
```
1111

1212
This package provides an HTTP Interceptor, and a spinner component. The HTTP interceptor listens to all HTTP requests

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "ng-http-interceptor",
2+
"name": "ng-http-loader",
33
"version": "0.0.1",
44
"scripts": {
55
"prepare-deploy": "gulp inline-templates && gulp clean-dist && ngc -p tsconfig.ngc.json && gulp clean-tmp && gulp copy-all",
66
"test": "ng test --watch false"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/mpalourdio/ng4-http-loader"
10+
"url": "https://github.com/mpalourdio/ng-http-loader"
1111
},
1212
"author": {
1313
"name": "Michel Palourdio",
@@ -24,7 +24,7 @@
2424
],
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/mpalourdio/ng4-http-loader/issues"
27+
"url": "https://github.com/mpalourdio/ng-http-loader/issues"
2828
},
2929
"main": "./dist/main.js",
3030
"dependencies": {

0 commit comments

Comments
 (0)