From 9b6af4dfa3a59b2ebe506524e95cff1c8c4aad99 Mon Sep 17 00:00:00 2001 From: Waseem Dahman Date: Wed, 1 May 2019 23:18:08 -0400 Subject: [PATCH] update repo files --- LICENSE | 22 ++++++++++++++++++++++ README.md | 4 ++-- package.json | 5 +++++ 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f46e593 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ + +MIT License + +Copyright (c) 2019 Waseem Dahman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index b13b319..2794309 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ > > — Paul Newman - - ## Installation To get started, add `osascript-tag` to your project: @@ -35,6 +33,8 @@ To get started, add `osascript-tag` to your project: npm i --save osascript-tag ``` +**⚠️ Warning:** This package is still in beta and in active development. The API is likely to change in future releases. + ## Usage ### Running AppleScript diff --git a/package.json b/package.json index 5f436a7..3b72cd4 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,11 @@ "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", + "repository": "wsmd/osascript-tag", + "homepage": "https://github.com/wsmd/osascript-tag", + "bugs": { + "url": "https://github.com/wsmd/osascript-tag/issues" + }, "keywords": [ "apple", "applescript",