Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Jan 6, 2022
1 parent 4c6c41a commit bc17c80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/ngx-dadata",
"version": "0.7.0",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
10 changes: 5 additions & 5 deletions projects/ngx-dadata/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@kolkov/ngx-dadata",
"version": "0.7.0",
"version": "1.0.0",
"author": "Andrey Kolkov <[email protected]>",
"repository": "https://github.com/kolkov/ngx-dadata",
"license": "MIT",
"private": false,
"description": "Angular 6+ Dadata suggestion (подсказки) implementation",
"description": "Angular 6+ and 13+ Dadata suggestion (подсказки) implementation",
"peerDependencies": {
"@angular/common": ">6.0.0",
"@angular/core": ">6.0.0"
"@angular/common": ">=13",
"@angular/core": ">=13"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
},
"keywords": [
"angular",
Expand Down
7 changes: 1 addition & 6 deletions projects/ngx-dadata/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"declarationMap": true,
"target": "es2015",
"declaration": true,
"inlineSources": true,
"types": [],
"lib": [
"dom",
"es2018"
]
"types": []
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"module": "es2020",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"target": "es2017",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"es2020",
"dom"
],
"paths": {
Expand Down

0 comments on commit bc17c80

Please sign in to comment.