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

Commit 2e565f1

Browse files
committed
[[ ScriptExtensions ]] Rename script library extensions
1 parent 445d1ac commit 2e565f1

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

extensions/script-libraries/diff/diff.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.diff"
1+
script "com.livecode.library.diff"
22
/*
33
Copyright (C) 2016-2017 LiveCode Ltd.
44

extensions/script-libraries/dropbox/dropbox.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.dropbox"
1+
script "com.livecode.library.dropbox"
22
/*
33
Copyright (c) 2016 Gerard McCarthy
44
The MIT License (MIT)

extensions/script-libraries/getopt/getopt.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.getopt"
1+
script "com.livecode.library.getopt"
22
/*
33
Copyright (C) 2016 LiveCode Ltd.
44

extensions/script-libraries/httpd/httpd.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.httpd"
1+
script "com.livecode.library.httpd"
22
/*
33
Copyright (C) 2017 LiveCode Ltd.
44

extensions/script-libraries/messageauthentication/messageauthentication.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.messageauthentication"
1+
script "com.livecode.library.messageauthentication"
22
/*
33
Copyright (C) 2017 LiveCode Ltd.
44

extensions/script-libraries/mime/mime.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.mime"
1+
script "com.livecode.library.mime"
22
/*
33
Copyright (C) 2016 LiveCode Ltd.
44

extensions/script-libraries/oauth2/oauth2.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.oauth2"
1+
script "com.livecode.library.oauth2"
22
/*
33
Copyright (C) 2016 LiveCode Ltd.
44

extensions/script-libraries/qr/qr.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.qr"
1+
script "com.livecode.library.qr"
22
/*
33
44
This library is in the public domain.

extensions/script-libraries/semver/semver.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "com.livecode.script-library.semver"
1+
script "com.livecode.library.semver"
22
/*
33
Copyright (C) 2016 LiveCode Ltd.
44

0 commit comments

Comments
 (0)