Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit 06fd6ef

Browse files
committed
bump
1 parent 16e76c5 commit 06fd6ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nstudio/nativescript-loading-indicator",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A NativeScript plugin for showing an overlayed loading indicator.",
55
"main": "loading-indicator",
66
"typings": "index.d.ts",
@@ -29,7 +29,8 @@
2929
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-loading-indicator && tns plugin add ../src",
3030
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
3131
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**' --exclude '**/typings/**'",
32-
"prepack": "npm run build.native"
32+
"prepack": "npm run build.native",
33+
"generate.typings.ios": "cd ../demo && TNS_DEBUG_METADATA_PATH=\"$(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\"$(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'"
3334
},
3435
"lint-staged": {
3536
"**/*.{js, css, ts, json, scss, html, xml, md}": [

0 commit comments

Comments
 (0)