Skip to content

Commit d7cbf61

Browse files
authored
Prepare 2.0.0 release (#50)
- prepare ng2-archwizard for release - increase version to 2.0.0 - adjust package description to also fit later angular releases - fix index.js mention in package.js - adjust example description text in the README
1 parent 9ca502a commit d7cbf61

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,4 +467,4 @@ Both instances, the wizard state and the navigation mode, can also be obtained f
467467
## Example
468468
You can find an basic example project using `ng2-archwizard` [here](https://madoar.github.io/ng2-archwizard-demo).
469469
The sources for the example can be found in the [ng2-archwizard-demo](https://github.com/madoar/ng2-archwizard-demo) repository.
470-
It illustrates how the wizard looks like and how the different settings can change its layout.
470+
It illustrates how the wizard looks like and how the different settings can change its layout and behavior.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ng2-archwizard",
3-
"version": "1.8.0-develop",
3+
"version": "2.0.0",
44
"license": "MIT",
5-
"description": "An angular 2 module containing a wizard component and its supporting components and directives",
5+
"description": "An angular 2+ module containing a wizard component and its supporting components and directives",
66
"homepage": "https://github.com/madoar/ng2-archwizard",
77
"author": {
88
"name": "Marc Arndt",
@@ -104,6 +104,6 @@
104104
},
105105
"files": [
106106
"dist",
107-
"index.ts"
107+
"index.js"
108108
]
109109
}

0 commit comments

Comments
 (0)