Skip to content

Commit

Permalink
doc: Update instruction to install to force using latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahamidi committed Oct 31, 2021
1 parent baae893 commit 205f3cd
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ This example playground features over 70 different JSON Schemas for you to try (
If you want to try out the libraries, you can for example [install @ajsf/material package from NPM](https://www.npmjs.com/package/@ajsf/material) which uses `material-angular` UI. You can use either [NPM](https://www.npmjs.com) or [Yarn](https://yarnpkg.com). To install with NPM, run the following from your terminal:

```shell
npm install @ajsf/material
npm install @ajsf/material@latest
```

With YARN, run the following:

```shell
yarn add @ajsf/material
yarn add @ajsf/material@latest
```

Then import `MaterialDesignFrameworkModule` in your main application module like this:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "13.1.0",
"version": "13.1.1",
"author": "https://github.com/hamzahamidi/Angular6-json-schema-form/graphs/contributors",
"description": "Angular JSON Schema Form builder Demo",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-bootstrap3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## Getting started

```shell
npm install @ajsf/bootstrap3
npm install @ajsf/bootstrap3@latest
```

With YARN, run the following:

```shell
yarn add @ajsf/bootstrap3
yarn add @ajsf/bootstrap3@latest
```

Then import `Bootstrap3FrameworkModule` in your main application module if you want to use `bootstrap3` UI, like this:
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/bootstrap3",
"version": "0.5.1-beta.1",
"version": "0.5.1-beta.2",
"description": "Angular JSON Schema Form builder using Bootstrap 3 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.1-beta.1",
"@ajsf/core": "~0.5.1-beta.2",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-bootstrap4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## Getting started

```shell
npm install @ajsf/bootstrap4
npm install @ajsf/bootstrap4@latest
```

With YARN, run the following:

```shell
yarn add @ajsf/bootstrap4
yarn add @ajsf/bootstrap4@latest
```

Then import `Bootstrap4FrameworkModule` in your main application module if you want to use `bootstrap4` UI, like this:
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/bootstrap4",
"version": "0.5.1-beta.1",
"version": "0.5.1-beta.2",
"description": "Angular JSON Schema Form builder using Bootstrap 4 UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.1-beta.1",
"@ajsf/core": "~0.5.1-beta.2",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ajsf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/core",
"version": "0.5.1-beta.1",
"version": "0.5.1-beta.2",
"description": "Angular JSON Schema Form builder core",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-material/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## Getting started

```shell
npm install @ajsf/material
npm install @ajsf/material@latest
```

With YARN, run the following:

```shell
yarn add @ajsf/material
yarn add @ajsf/material@latest
```

Then import `MaterialDesignFrameworkModule` in your main application module if you want to use `material-angular` UI, like this:
Expand Down
4 changes: 2 additions & 2 deletions projects/ajsf-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajsf/material",
"version": "0.5.1-beta.1",
"version": "0.5.1-beta.2",
"description": "Angular JSON Schema Form builder using Angular Material UI",
"author": "https://github.com/hamzahamidi/ajsf/graphs/contributors",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"private": false,
"dependencies": {
"lodash-es": "~4.17.21",
"@ajsf/core": "~0.5.1-beta.1",
"@ajsf/core": "~0.5.1-beta.2",
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 205f3cd

Please sign in to comment.