This is an automated email from the ASF dual-hosted git repository.
timbru31 pushed a change to branch fix/package-cleanup
in repository
https://gitbox.apache.org/repos/asf/cordova-plugin-device-orientation.git.
discard 62d70f2 chore: package cleanup
add 182f7b0 chore(npm): adds ignore list (#55)
add 4ed047f docs: remove outdated translations (#56)
add b34dd2d fix!: remove deprecated platforms (#57)
add 807e94c chore: package cleanup
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (62d70f2)
\
N -- N -- N refs/heads/fix/package-cleanup (807e94c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.npmignore | 2 +
README.md | 36 +----
doc/de/README.md | 204 --------------------------
doc/de/index.md | 202 --------------------------
doc/es/README.md | 204 --------------------------
doc/es/index.md | 189 ------------------------
doc/fr/README.md | 191 ------------------------
doc/fr/index.md | 189 ------------------------
doc/it/README.md | 204 --------------------------
doc/it/index.md | 202 --------------------------
doc/ja/README.md | 204 --------------------------
doc/ja/index.md | 202 --------------------------
doc/ko/README.md | 204 --------------------------
doc/ko/index.md | 202 --------------------------
doc/pl/README.md | 204 --------------------------
doc/pl/index.md | 202 --------------------------
doc/ru/index.md | 192 ------------------------
doc/zh/README.md | 204 --------------------------
doc/zh/index.md | 202 --------------------------
package.json | 18 +--
plugin.xml | 99 +------------
src/blackberry10/index.js | 35 -----
src/firefoxos/compass.js | 41 ------
src/tizen/CompassProxy.js | 56 -------
src/ubuntu/compass.cpp | 75 ----------
src/ubuntu/compass.h | 58 --------
src/wp/Compass.cs | 362 ----------------------------------------------
27 files changed, 12 insertions(+), 4171 deletions(-)
create mode 100644 .npmignore
delete mode 100644 doc/de/README.md
delete mode 100644 doc/de/index.md
delete mode 100644 doc/es/README.md
delete mode 100644 doc/es/index.md
delete mode 100644 doc/fr/README.md
delete mode 100644 doc/fr/index.md
delete mode 100644 doc/it/README.md
delete mode 100644 doc/it/index.md
delete mode 100644 doc/ja/README.md
delete mode 100644 doc/ja/index.md
delete mode 100644 doc/ko/README.md
delete mode 100644 doc/ko/index.md
delete mode 100644 doc/pl/README.md
delete mode 100644 doc/pl/index.md
delete mode 100644 doc/ru/index.md
delete mode 100644 doc/zh/README.md
delete mode 100644 doc/zh/index.md
delete mode 100644 src/blackberry10/index.js
delete mode 100644 src/firefoxos/compass.js
delete mode 100644 src/tizen/CompassProxy.js
delete mode 100644 src/ubuntu/compass.cpp
delete mode 100644 src/ubuntu/compass.h
delete mode 100644 src/wp/Compass.cs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]