Skip to content

Commit

Permalink
updated build and package
Browse files Browse the repository at this point in the history
  • Loading branch information
nimjetushar committed Jul 13, 2020
1 parent 50dfe3f commit 5857042
Show file tree
Hide file tree
Showing 10 changed files with 1,409 additions and 2,375 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ Install library

` npm i @fourjs/ng-library --save `
Note: Install peer dependencies.
```
```
`npm install primeng@9.1 @angular/cdk@9.2 --save`

Import NgLibrary into @NgModule
<br>
Expand Down Expand Up @@ -83,6 +81,5 @@ Add `"node_modules/@fourjs/ng-library/styles.css"` into of angular.json

For API Documentation refer [https://nimjetushar.github.io/ui-lib/](https://nimjetushar.github.io/ui-lib/)


## License
[![GitHub license](https://img.shields.io/github/license/nimjetushar/ui-lib.svg)](https://github.com/nimjetushar/ui-lib/blob/master/LICENSE)
5 changes: 1 addition & 4 deletions dist/ng-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ Install library

` npm i @fourjs/ng-library --save `
Note: Install peer dependencies.
```
```
`npm install primeng@9.1 @angular/cdk@9.2 --save`

Import NgLibrary into @NgModule
<br>
Expand Down Expand Up @@ -83,6 +81,5 @@ Add `"node_modules/@fourjs/ng-library/styles.css"` into of angular.json

For API Documentation refer [https://nimjetushar.github.io/ui-lib/](https://nimjetushar.github.io/ui-lib/)


## License
[![GitHub license](https://img.shields.io/github/license/nimjetushar/ui-lib.svg)](https://github.com/nimjetushar/ui-lib/blob/master/LICENSE)
23 changes: 3 additions & 20 deletions dist/ng-library/bundles/fourjs-ng-library.umd.js

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

2 changes: 1 addition & 1 deletion dist/ng-library/bundles/fourjs-ng-library.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ng-library/bundles/fourjs-ng-library.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ng-library/bundles/fourjs-ng-library.umd.min.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/ng-library/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@fourjs/ng-library",
"version": "20.6.25",
"version": "20.7.13",
"description": "UI library featuring various angular based components",
"peerDependencies": {
"@angular/common": "~9.1.1",
"@angular/core": "^9.1.1",
"@angular/cdk": "^9.2.4",
"@angular/router": "~9.1.1",
"@angular/forms": "~9.1.1",
"primeng": "^9.1.0"
"@angular/common": "9.1.1",
"@angular/core": "9.1.1",
"@angular/cdk": "9.2.4",
"@angular/router": "9.1.1",
"@angular/forms": "9.1.1",
"primeng": "9.1.0"
},
"main": "bundles/fourjs-ng-library.umd.js",
"module": "fesm5/fourjs-ng-library.js",
Expand Down
Loading

0 comments on commit 5857042

Please sign in to comment.