Skip to content

Commit

Permalink
- changed links from ng2-wizard to ng2-archwizard
Browse files Browse the repository at this point in the history
- bumped version to v1.1.0
- added a link to the ng2-archwizard demo application
  • Loading branch information
madoar committed Feb 21, 2017
1 parent 89dd4aa commit 45e79f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_install: if [[ `npm -v` != 3* || `npm -v` != 4* ]]; then npm i -g npm@3;

addons:
code_climate:
repo_token: 185e4d44752c64f89d9e5c50eb3a8d5ec421acf3b58b7cdb01ddcff2257336dd
repo_token: f2449b17c6849d69b6bb7f184314db0572565dfb6c1d09f3a41d085348448c62

script:
- npm test
Expand Down
16 changes: 10 additions & 6 deletions README.md
@@ -1,11 +1,11 @@
# Overview ng2-archwizard

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

This project contains a functional wizard component for [Angular 2](https://angular.io/).
Expand Down Expand Up @@ -151,3 +151,7 @@ Possible parameters:
### [previousStep]
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.
This listener will automatically change the currently selected wizard step to the previous wizard step after a click on the component.

## Example
You can find an basic example project using ng2-archwizard in the [ng2-archwizard-demo](https://github.com/madoar/ng2-archwizard-demo) repository.
It illustrates how the wizard looks like and how the different settings can change its layout.
8 changes: 4 additions & 4 deletions package.json
@@ -1,19 +1,19 @@
{
"name": "ng2-archwizard",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"description": "An angular 2 module containing a wizard component and its supporting components and directives",
"homepage": "https://github.com/madoar/ng2-wizard",
"homepage": "https://github.com/madoar/ng2-archwizard",
"author": {
"name": "Marc Arndt",
"email": "marc.arndt@masimi.de"
},
"repository": {
"type": "git",
"url": "https://github.com/madoar/ng2-wizard"
"url": "https://github.com/madoar/ng2-archwizard"
},
"bugs": {
"url": "https://github.com/madoar/ng2-wizard"
"url": "https://github.com/madoar/ng2-archwizard"
},
"keywords": [
"angular2",
Expand Down

0 comments on commit 45e79f2

Please sign in to comment.