diff --git a/README.md b/README.md index eeb44f6d..d376aaac 100644 --- a/README.md +++ b/README.md @@ -467,4 +467,4 @@ Both instances, the wizard state and the navigation mode, can also be obtained f ## Example You can find an basic example project using `ng2-archwizard` [here](https://madoar.github.io/ng2-archwizard-demo). The sources for the example can be found 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. +It illustrates how the wizard looks like and how the different settings can change its layout and behavior. diff --git a/package-lock.json b/package-lock.json index 7d016613..723ea915 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ng2-archwizard", - "version": "1.8.0-develop", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bee67d88..b9e2289d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ng2-archwizard", - "version": "1.8.0-develop", + "version": "2.0.0", "license": "MIT", - "description": "An angular 2 module containing a wizard component and its supporting components and directives", + "description": "An angular 2+ module containing a wizard component and its supporting components and directives", "homepage": "https://github.com/madoar/ng2-archwizard", "author": { "name": "Marc Arndt", @@ -104,6 +104,6 @@ }, "files": [ "dist", - "index.ts" + "index.js" ] }