Skip to content

Commit e85275d

Browse files
committed
chore: project
1 parent dae5f65 commit e85275d

File tree

7 files changed

+871
-1029
lines changed

7 files changed

+871
-1029
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ packages/**/*js.map
5454
packages/**/*js
5555
packages/angular
5656
packages/typings
57-
!packages/**/angular/*.json
57+
packages/**/angular/*.json
5858
packages/**/*.ngsummary.json
5959
packages/**/*.metadata.json
6060

61+
.vscode/settings.json
62+
6163
/blueprint.md

demo-vue

lerna.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"useWorkspaces": true,
99
"command": {
1010
"publish": {
11-
"cleanupTempFiles": true,
12-
"removePackageFields": [
13-
"devDependencies",
14-
"scripts"
15-
]
11+
"cleanupTempFiles": true
1612
}
1713
},
1814
"npmClientArgs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"demo.vue.android": "cd ./demo-vue && ns run android --no-hmr --env.watchNodeModules",
2626
"demo.vue.clean": "cd ./demo-vue && ns clean",
2727
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
28-
"doc": "node tools/builddoc.mjs",
28+
"doc": "node tools/builddoc.js",
2929
"postinstall": "npm run setup",
3030
"readme": "lerna run readme && node ./tools/readme.js",
3131
"setup": "npm run submodules && ts-patch install",

packages/https/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.1.12",
44
"description": "Nativescript plugin for https requests",
55
"main": "index",
6+
"funding": "https://github.com/sponsors/farfromrefug",
67
"sideEffects": false,
78
"typings": "index.d.ts",
89
"nativescript": {
@@ -65,4 +66,4 @@
6566
"Android",
6667
"iOS"
6768
]
68-
}
69+
}

0 commit comments

Comments
 (0)