Skip to content

Commit ddd0de6

Browse files
committed
chore: project
1 parent 611d48f commit ddd0de6

File tree

5 files changed

+6113
-6442
lines changed

5 files changed

+6113
-6442
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,19 @@ packages/**/*.d.ts
4343
bin
4444
build
4545
Pods
46-
!packages/platforms
46+
!packages/*/platforms
4747
/packages/**/*.aar
48+
/packages/**/*.framework
49+
/packages/**/*.xcframework
4850
/demo-snippets/**/*.aar
4951
*.xcuserdatad
5052
/packages/README.md
5153
packages/**/*js.map
5254
packages/**/*js
53-
packages/**/angular/*.json
54-
packages/*.ngsummary.json
55-
packages/*.metadata.json
5655
packages/angular
5756
packages/typings
57+
!packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
5860

5961
/blueprint.md

demo-vue

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@nativescript-community/https-angular",
3+
"main": "index.js",
4+
"module": "fesm2022/nativescript-community-https-angular.mjs",
5+
"typings": "index.d.ts",
6+
"exports": {
7+
"./package.json": {
8+
"default": "./package.json"
9+
},
10+
".": {
11+
"types": "./index.d.ts",
12+
"esm2022": "./esm2022/nativescript-community-https-angular.mjs",
13+
"esm": "./esm2022/nativescript-community-https-angular.mjs",
14+
"default": "./fesm2022/nativescript-community-https-angular.mjs"
15+
}
16+
},
17+
"sideEffects": false,
18+
"dependencies": {
19+
"tslib": "^2.3.0"
20+
},
21+
"scripts": {
22+
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
23+
}
24+
}

tools

0 commit comments

Comments
 (0)