You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2019/06/23 01:19:12 UTC

[incubator-annotator] 02/04: Move dom/text/quote to dom/text-quote

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 7916dba190174a5ae9ebea55b8ae5fdb809d54cb
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sat Jun 22 18:04:29 2019 -0700

    Move dom/text/quote to dom/text-quote
---
 packages/dom/src/index.js                         |  2 +-
 packages/dom/src/{text/quote.js => text-quote.js} |  0
 packages/dom/src/text/index.js                    | 16 ----------------
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/packages/dom/src/index.js b/packages/dom/src/index.js
index 6333c25..1d4a9b3 100644
--- a/packages/dom/src/index.js
+++ b/packages/dom/src/index.js
@@ -14,4 +14,4 @@
  */
 
 export * from './css';
-export * from './text';
+export * from './text-quote';
diff --git a/packages/dom/src/text/quote.js b/packages/dom/src/text-quote.js
similarity index 100%
rename from packages/dom/src/text/quote.js
rename to packages/dom/src/text-quote.js
diff --git a/packages/dom/src/text/index.js b/packages/dom/src/text/index.js
deleted file mode 100644
index 537e84a..0000000
--- a/packages/dom/src/text/index.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * @license
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-
-export * from './quote';