Skip to content

Commit 45e79f2

Browse files
committed
- changed links from ng2-wizard to ng2-archwizard
- bumped version to v1.1.0 - added a link to the ng2-archwizard demo application
1 parent 89dd4aa commit 45e79f2

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install: if [[ `npm -v` != 3* || `npm -v` != 4* ]]; then npm i -g npm@3;
1212

1313
addons:
1414
code_climate:
15-
repo_token: 185e4d44752c64f89d9e5c50eb3a8d5ec421acf3b58b7cdb01ddcff2257336dd
15+
repo_token: f2449b17c6849d69b6bb7f184314db0572565dfb6c1d09f3a41d085348448c62
1616

1717
script:
1818
- npm test

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Overview ng2-archwizard
22

3-
[![Build Status](https://travis-ci.org/madoar/ng2-wizard.png)](https://travis-ci.org/madoar/ng2-wizard)
4-
[![Dependency Status](https://david-dm.org/madoar/ng2-wizard.svg)](https://david-dm.org/madoar/ng2-wizard)
5-
[![Dev-Dependency Status](https://david-dm.org/madoar/ng2-wizard/dev-status.svg)](https://david-dm.org/madoar/ng2-wizard?type=dev)
6-
[![Dependency Licence Status](https://dependencyci.com/github/madoar/ng2-wizard/badge)](https://dependencyci.com/github/madoar/ng2-wizard)
7-
[![Code Climate](https://codeclimate.com/github/madoar/ng2-wizard/badges/gpa.svg)](https://codeclimate.com/github/madoar/ng2-wizard)
8-
[![Test Coverage](https://codeclimate.com/github/madoar/ng2-wizard/badges/coverage.svg)](https://codeclimate.com/github/madoar/ng2-wizard/coverage)
3+
[![Build Status](https://travis-ci.org/madoar/ng2-archwizard.png)](https://travis-ci.org/madoar/ng2-archwizard)
4+
[![Dependency Status](https://david-dm.org/madoar/ng2-archwizard.svg)](https://david-dm.org/madoar/ng2-archwizard)
5+
[![Dev-Dependency Status](https://david-dm.org/madoar/ng2-archwizard/dev-status.svg)](https://david-dm.org/madoar/ng2-archwizard?type=dev)
6+
[![Dependency Licence Status](https://dependencyci.com/github/madoar/ng2-archwizard/badge)](https://dependencyci.com/github/madoar/ng2-archwizard)
7+
[![Code Climate](https://codeclimate.com/github/madoar/ng2-archwizard/badges/gpa.svg)](https://codeclimate.com/github/madoar/ng2-archwizard)
8+
[![Test Coverage](https://codeclimate.com/github/madoar/ng2-archwizard/badges/coverage.svg)](https://codeclimate.com/github/madoar/ng2-archwizard/coverage)
99
[![NPM Version](https://img.shields.io/npm/v/ng2-archwizard.svg)](https://www.npmjs.com/package/ng2-archwizard)
1010

1111
This project contains a functional wizard component for [Angular 2](https://angular.io/).
@@ -151,3 +151,7 @@ Possible parameters:
151151
### [previousStep]
152152
By adding a `previousStep` directive to a button or a link, you automatically add a `onClick` listener to the button or link, that changes your wizard to the previous step.
153153
This listener will automatically change the currently selected wizard step to the previous wizard step after a click on the component.
154+
155+
## Example
156+
You can find an basic example project using ng2-archwizard in the [ng2-archwizard-demo](https://github.com/madoar/ng2-archwizard-demo) repository.
157+
It illustrates how the wizard looks like and how the different settings can change its layout.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "ng2-archwizard",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"description": "An angular 2 module containing a wizard component and its supporting components and directives",
6-
"homepage": "https://github.com/madoar/ng2-wizard",
6+
"homepage": "https://github.com/madoar/ng2-archwizard",
77
"author": {
88
"name": "Marc Arndt",
99
"email": "marc.arndt@masimi.de"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/madoar/ng2-wizard"
13+
"url": "https://github.com/madoar/ng2-archwizard"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/madoar/ng2-wizard"
16+
"url": "https://github.com/madoar/ng2-archwizard"
1717
},
1818
"keywords": [
1919
"angular2",

0 commit comments

Comments
 (0)