diff --git a/README.md b/README.md index 72141f6b..ffa149c0 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -[![npm version](https://badge.fury.io/js/angular2-joyride.svg)](https://badge.fury.io/js/ngx-joyride) +[![npm version](https://badge.fury.io/js/ngx-joyride.svg)](https://badge.fury.io/js/ngx-joyride) # ngx-joyride An Angular Tour (Joyride) library built entirely in Angular, without using any heavy external dependencies like Bootstrap or JQuery. From now on you can easily guide your users through your site showing them all the sections and features. ## Info -### In order to be compliant with the Angular 3rd Party Projects naming convention angular2-joyride has been renamed and moved to ngx-joyride +### In order to be compliant with the Angular 3rd Party Projects naming convention ngx-joyride has been renamed and moved to ngx-joyride

- +

## Demo -See the [demo](https://tnicola.github.io/angular2-joyride/). Let's take a tour! :earth_americas: +See the [demo](https://tnicola.github.io/ngx-joyride/). Let's take a tour! :earth_americas: ## Install diff --git a/config/webpack.common.js b/config/webpack.common.js index 277e4911..fad0a213 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -14,7 +14,7 @@ module.exports = { resolve: { extensions: ['.ts', '.js'], alias: { - 'angular2-joyride': path.resolve(__dirname, '../src/lib') + 'ngx-joyride': path.resolve(__dirname, '../src/lib') } }, diff --git a/config/webpack.test.js b/config/webpack.test.js index af0fa80a..ddcb8ccd 100644 --- a/config/webpack.test.js +++ b/config/webpack.test.js @@ -7,7 +7,7 @@ module.exports = { resolve: { extensions: ['.js', '.ts', '.html'], alias: { - 'angular2-joyride': path.resolve(__dirname, '../src/lib') + 'ngx-joyride': path.resolve(__dirname, '../src/lib') } }, module: { diff --git a/docs/3rdpartylicenses.txt b/docs/3rdpartylicenses.txt index 1d643efc..c9e7960a 100644 --- a/docs/3rdpartylicenses.txt +++ b/docs/3rdpartylicenses.txt @@ -75,7 +75,7 @@ MIT MIT MIT -angular2-joyride@0.0.4 +ngx-joyride@0.0.4 MIT MIT diff --git a/docs/index.html b/docs/index.html index 12a3e093..6acfe01a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -Angular 2 Tour - Joyride library