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

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


    from 2ba4fe0  Merge pull request #108 from fredsterorg/master
     new c913f53  Remove CommonJS build
     new dae0d6e  Emit source maps as separate files
     new 21ecff2  Enable experimental support for linting TypeScript project 
references
     new 6a42375  Remove mocha tests from webpack build
     new ed0ff6e  Do not publish declaration maps

The 5 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:
 .eslintrc.js                           |   3 +-
 babel.config.js                        |   7 +-
 package.json                           |  14 +-
 packages/apache-annotator/.npmignore   |   5 +-
 packages/apache-annotator/package.json |   6 +-
 packages/dom/.npmignore                |   5 +-
 packages/dom/package.json              |   7 +-
 packages/selector/.npmignore           |   5 +-
 packages/selector/package.json         |   7 +-
 web/demo/index.html                    | 108 ----------
 web/index.html                         |  82 +++++++-
 web/{demo => }/index.js                |   0
 web/webpack.config.js                  |  36 +---
 yarn.lock                              | 348 ++++-----------------------------
 14 files changed, 138 insertions(+), 495 deletions(-)
 delete mode 100644 web/demo/index.html
 rename web/{demo => }/index.js (100%)

Reply via email to