We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a203913 commit c0d19aeCopy full SHA for c0d19ae
package.json
@@ -10,6 +10,7 @@
10
},
11
"scripts": {
12
"setup": "ts-patch install",
13
+ "prepare": "npm run setup",
14
"publish": "npm run setup && npm run build.all && lerna publish --create-release=github",
15
"build": "lerna run build",
16
"build.angular": "lerna run build.angular",
packages/activityindicator/package.json
@@ -41,6 +41,7 @@
41
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/activityindicator"
42
43
"readmeFilename": "README.md",
44
+ "homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
45
"dependencies": {
46
"@nativescript-community/ui-material-core": "^5.1.6"
47
0 commit comments