You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/09/21 11:53:48 UTC

[cordova-cli] branch 8.1.x updated (6508d45 -> 3d7fd78)

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

brodybits pushed a change to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git.


    from 6508d45  CB-13674 Incremented package version to -dev
     add aeb1ddb  Fix sentences in README (#284)
     add f567c26  CB-14068: Drop support for Node 4 and add Node 10 to CI
     add bbb14fb  Proper error code and message when failing (#295)
     add ed7436d  Remove obsolete .jscs.json (#297)
     add 44012af  Remove leftover makeshift benchmarking code
     add 239b837  Use multi-line comment for license headers
     add 77b7324  Merge pull request #296 from raphinesse/cleanup-entry
     add dca0e5b  CB-13772: print version numbers correctly in cordova requirements (#291)
     add 197feaf  Update README to remove JIRA reference
     add 9a2be3d  Merge pull request #299 from apache/Menardi-patch-1
     add 25f65ef  Remove outdated docs translations (#307)
     add 9eb9b30  Fix tests after removing deprecated `raw` methods from lib (#308)
     add 6b77379  Remove mentions of 'cordova plugin search' from docs (#306)
     add 4cfc01d  Simplify npm scripts
     add 15c96ed  Lint everything
     add 91d43d7  Update ESLint and fix linting errors
     add bbf0e31  Update dependencies
     add 2aca200  Update `insight` to resolve `npm audit` warning
     add 1d56c64  Fix test timeout
     add 55a4547  Let Jasmine handle promises
     add a72032b  Use some ES6 features in tests
     add dfd2fe7  Merge pull request #315 from raphinesse/test-cleanup
     add 2d92035  Don't do 'nightly testing' & simplify CI configs
     add 745f7fe  Start 8.1.0-dev
     add cd1b615  Reintroduce Node.js 4 support for 8.1.x
     add 70f87b4  Back to eslint@4 etc. to support Node.js 4
     add c9d7c2e  cli.spec.js workaround for Node.js 4
     add 1353ef6  Back to insight@0.8 (needed for Node.js 4)
     add 300fcfa  configstore@3 to support Node.js 4
     add 1f16e21  help.spec.js workaround for Node.js 4
     add ed2f433  ignore package-lock.json in minor release
     add 0117a8e  Update to cordova-lib@8.1.0
     add 5fba662  inquirer@3 (explicit)
     add ff056d1  npm shrinkwrap
     add 2e72bd3  manual inquirer@3 fix in npm-shrinkwrap.json
     add 3d7fd78  npm-shrinkwrap.json cleanup from npm install

No new revisions were added by this update.

Summary of changes:
 .gitignore          |    2 +
 .jscs.json          |   24 -
 .travis.yml         |   34 +-
 README.md           |   11 +-
 appveyor.yml        |   41 +-
 bin/cordova         |   70 +-
 doc/de/README.md    |  334 ----
 doc/de/bash.md      |   63 -
 doc/es/README.md    |  334 ----
 doc/es/bash.md      |   63 -
 doc/fr/README.md    |  334 ----
 doc/fr/bash.md      |   63 -
 doc/it/README.md    |  334 ----
 doc/it/bash.md      |   63 -
 doc/ja/README.md    |  334 ----
 doc/ja/bash.md      |   63 -
 doc/ko/README.md    |  334 ----
 doc/ko/bash.md      |   63 -
 doc/pl/README.md    |  334 ----
 doc/pl/bash.md      |   63 -
 doc/plugin.txt      |    2 -
 doc/readme.md       |   10 +-
 doc/ru/bash.md      |   63 -
 doc/zh/README.md    |  334 ----
 doc/zh/bash.md      |   63 -
 npm-shrinkwrap.json | 4667 +++++++++++++++++++++++++++++++++++++++++++++++++++
 package.json        |   37 +-
 spec/cli.spec.js    |  370 ++--
 spec/help.spec.js   |   50 +-
 src/cli.js          |    6 +-
 30 files changed, 4930 insertions(+), 3633 deletions(-)
 delete mode 100644 .jscs.json
 delete mode 100644 doc/de/README.md
 delete mode 100644 doc/de/bash.md
 delete mode 100644 doc/es/README.md
 delete mode 100644 doc/es/bash.md
 delete mode 100644 doc/fr/README.md
 delete mode 100644 doc/fr/bash.md
 delete mode 100644 doc/it/README.md
 delete mode 100644 doc/it/bash.md
 delete mode 100644 doc/ja/README.md
 delete mode 100644 doc/ja/bash.md
 delete mode 100644 doc/ko/README.md
 delete mode 100644 doc/ko/bash.md
 delete mode 100644 doc/pl/README.md
 delete mode 100644 doc/pl/bash.md
 delete mode 100644 doc/ru/bash.md
 delete mode 100644 doc/zh/README.md
 delete mode 100644 doc/zh/bash.md
 create mode 100644 npm-shrinkwrap.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org