Skip to content

Commit dca4773

Browse files
committed
👷 updates build command + remove old package
1 parent db2a199 commit dca4773

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+15
-15148
lines changed
Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"name": "ngx-http-annotations",
3-
"version": "0.0.1",
3+
"version": "0.7.4-beta.2",
4+
"description": "This is a library to angular to use http request via decorator/annotations",
45
"peerDependencies": {
5-
"@angular/common": "^14.2.0",
6-
"@angular/core": "^14.2.0"
6+
"@angular/common": ">=14.2.0",
7+
"@angular/core": ">=14.2.0"
78
},
9+
"keywords" :["Angular","Library","httpClient","annotation","ng","decorator", "ng", "ngx", "http", "http client"],
10+
"author": "Mixalloff, Manudss",
11+
"license": "MIT",
812
"dependencies": {
913
"tslib": "^2.3.0"
14+
},
15+
"repository": {
16+
"type" : "git",
17+
"url" : "https://github.com/manudss/ngx-http-annotations"
1018
}
1119
}

old/.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

old/.gitignore

Lines changed: 0 additions & 44 deletions
This file was deleted.

old/.prettierignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

old/.prettierrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

old/README.md

Lines changed: 0 additions & 213 deletions
This file was deleted.

old/angular.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

old/apps/example-ngx-http-annotations/.browserslistrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

old/apps/example-ngx-http-annotations/karma.conf.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)