Skip to content

Commit

Permalink
Merge pull request #35 from farengeyt451/6.0.0
Browse files Browse the repository at this point in the history
6.0.0
  • Loading branch information
farengeyt451 authored Oct 20, 2022
2 parents e2e9397 + cbb2670 commit 259536c
Show file tree
Hide file tree
Showing 10 changed files with 7,330 additions and 6,592 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

## Recommended versions to use

- **Angular 14**: 6.x.x
- **Angular 13**: 5.x.x
- **Angular 12**: 4.x.x
- **Angular 9, 10, 11** 3.x.x
Expand Down
13 changes: 8 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"styles": [
"projects/ngx-tippy-demo/src/styles.scss",
"node_modules/tippy.js/dist/tippy.css",
"node_modules/@taiga-ui/core/styles/taiga-ui-global.less",
"node_modules/@taiga-ui/core/styles/taiga-ui-theme.less"
],
"scripts": []
Expand Down Expand Up @@ -133,8 +132,13 @@
"tsConfig": "projects/ngx-tippy-demo/tsconfig.spec.json",
"karmaConfig": "projects/ngx-tippy-demo/karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": ["projects/ngx-tippy-demo/src/favicon.ico", "projects/ngx-tippy-demo/src/assets"],
"styles": ["projects/ngx-tippy-demo/src/styles.scss"],
"assets": [
"projects/ngx-tippy-demo/src/favicon.ico",
"projects/ngx-tippy-demo/src/assets"
],
"styles": [
"projects/ngx-tippy-demo/src/styles.scss"
],
"scripts": []
}
}
Expand All @@ -145,6 +149,5 @@
"@schematics/angular:component": {
"style": "scss"
}
},
"defaultProject": "ngx-tippy-wrapper"
}
}
Loading

0 comments on commit 259536c

Please sign in to comment.