This is an automated email from the ASF dual-hosted git repository.
bigosmallm pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 14b3e47 binding event for DG selectedIndex
add 5024507 Add support for @apache-royale org; Add npm publish scripts;
Fix royale-js-swf package so that it installs correctly.
add 1cf8f8a Fix npm commands
add 13ecd04 Add publish.js node script
new 2328ad0 Merge pull request #115 from
apache/feature/npm-release-scripts
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.xml | 4 +-
npm/README.md | 40 +++++++++++
npm/{ => js-only}/package.json | 14 +---
npm/{ => js-swf}/dependencies/AdobeAIR.js | 0
npm/{ => js-swf}/dependencies/Constants.js | 0
.../dependencies/DownloadUncompressAndCopy.js | 0
npm/{ => js-swf}/dependencies/FlashPlayerGlobal.js | 0
npm/{ => js-swf}/dependencies/FlatUI.js | 4 +-
.../dependencies/download_dependencies.js | 4 +-
package.json => npm/js-swf/package.json | 16 +++--
npm/release-scripts/package.json | 15 ++++
npm/release-scripts/publish.js | 82 ++++++++++++++++++++++
12 files changed, 155 insertions(+), 24 deletions(-)
create mode 100644 npm/README.md
rename npm/{ => js-only}/package.json (73%)
rename npm/{ => js-swf}/dependencies/AdobeAIR.js (100%)
rename npm/{ => js-swf}/dependencies/Constants.js (100%)
rename npm/{ => js-swf}/dependencies/DownloadUncompressAndCopy.js (100%)
rename npm/{ => js-swf}/dependencies/FlashPlayerGlobal.js (100%)
rename npm/{ => js-swf}/dependencies/FlatUI.js (97%)
rename npm/{ => js-swf}/dependencies/download_dependencies.js (96%)
copy package.json => npm/js-swf/package.json (76%)
create mode 100644 npm/release-scripts/package.json
create mode 100644 npm/release-scripts/publish.js
--
To stop receiving notification emails like this one, please contact
[email protected].