From 7c9ccc9068147b6c1dede1a6c05ae6476f784276 Mon Sep 17 00:00:00 2001 From: "Simon (darkside) Jackson" Date: Thu, 9 Jul 2020 12:03:28 +0100 Subject: [PATCH] Quick patch to include an .npmignore to not push the BitBucket pipelines configuration to NPM --- .npmignore | 42 ++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..823c4a9 --- /dev/null +++ b/.npmignore @@ -0,0 +1,42 @@ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ee]xport +/Assets/AssetStoreTools* + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd + +# Unity3D generated meta files +*.pidb.meta + +# Mac files +*.DS_Store + +# Unity3D Generated File On Crash Reports +sysinfo.txt + +# Builds +*.apk +*.unitypackage +/.vs + +# UPM Build updates +[Ee]xamples +[Ee]xamples.meta + +# NPM publish exclusions +bitbucket-pipelines.yml diff --git a/package.json b/package.json index aa5218c..e3fd0c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.uiextensions", "displayName": "Unity UI Extensions", - "version": "2.2.0", + "version": "2.2.1", "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community", "author": "Simon darkside Jackson <@SimonDarksideJ>", "contributors": [{