Skip to content

Commit 8b70d8a

Browse files
author
farfromrefug
committed
chore: build and packaging fix
1 parent 85c1a45 commit 8b70d8a

File tree

5 files changed

+857
-729
lines changed

5 files changed

+857
-729
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Pods
5252
/packages/README.md
5353
packages/**/*js.map
5454
packages/**/*js
55-
packages/**/angular/*.json
56-
packages/*.ngsummary.json
57-
packages/*.metadata.json
5855
packages/angular
5956
packages/typings
57+
!packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
6060

6161
/blueprint.md
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@nativescript-community/ui-image-angular",
3+
"main": "index.js",
4+
"module": "fesm2022/nativescript-community-ui-image-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-ui-image-angular.mjs",
13+
"esm": "./esm2022/nativescript-community-ui-image-angular.mjs",
14+
"default": "./fesm2022/nativescript-community-ui-image-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+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Nested package.json's are only needed for development.
2+
**/package.json
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@nativescript-community/ui-zoomimage-angular",
3+
"main": "index.js",
4+
"module": "fesm2022/nativescript-community-ui-zoomimage-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-ui-zoomimage-angular.mjs",
13+
"esm": "./esm2022/nativescript-community-ui-zoomimage-angular.mjs",
14+
"default": "./fesm2022/nativescript-community-ui-zoomimage-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+
}

0 commit comments

Comments
 (0)