From 27fb82c5467407b394db28d76961d16502f55013 Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Mon, 26 Sep 2016 16:31:27 +0300 Subject: [PATCH] Add package-tag npm script so CI can easily patch the package.json tag --- tns-platform-declarations/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index 140443088..66815a71c 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -4,7 +4,8 @@ "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": { - "test": "tsc" + "test": "tsc", + "package-tag": "npm version $npm_package_version-$PACKAGE_VERSION --no-git-tag-version" }, "repository": { "type": "git",