Merge pull request #476 from openpgpjs/issue/475

Issue/475
This commit is contained in:
Tankred Hase 2016-06-26 23:13:32 +02:00 committed by GitHub
commit e84276eefa
3 changed files with 2818 additions and 4760 deletions

View File

@ -151,9 +151,7 @@ module.exports = function(grunt) {
src: lintFiles, src: lintFiles,
build: ['Gruntfile.js'], build: ['Gruntfile.js'],
options: { options: {
config: ".jscsrc", config: ".jscsrc"
esnext: true,
verbose: true,
} }
}, },
jsdoc: { jsdoc: {

7926
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,33 +35,33 @@
"asmcrypto-lite": "^1.0.0", "asmcrypto-lite": "^1.0.0",
"babel-preset-es2015": "^6.3.13", "babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0", "babelify": "^7.2.0",
"chai": "~3.4.1", "chai": "~3.5.0",
"es6-promise": "^3.1.2", "es6-promise": "^3.1.2",
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-browserify": "~4.0.1", "grunt-browserify": "~5.0.0",
"grunt-contrib-clean": "~0.7.0", "grunt-contrib-clean": "~1.0.0",
"grunt-contrib-connect": "~0.11.2", "grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~0.8.0", "grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~0.12.0", "grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~0.11.0", "grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^1.0.0",
"grunt-jsbeautifier": "~0.2.10", "grunt-jsbeautifier": "~0.2.10",
"grunt-jscs": "^2.7.0", "grunt-jscs": "^3.0.1",
"grunt-jsdoc": "~1.1.0", "grunt-jsdoc": "~2.1.0",
"grunt-mocha-istanbul": "^3.0.1", "grunt-mocha-istanbul": "^5.0.1",
"grunt-mocha-test": "~0.12.7", "grunt-mocha-test": "~0.12.7",
"grunt-saucelabs": "8.6.2", "grunt-saucelabs": "8.6.2",
"grunt-text-replace": "~0.4.0", "grunt-text-replace": "~0.4.0",
"istanbul": "~0.4.1", "istanbul": "~0.4.1",
"mocha": "~2.3.4", "mocha": "~2.5.3",
"rusha": "^0.8.3", "rusha": "^0.8.3",
"sinon": "^1.17.3", "sinon": "^1.17.3",
"whatwg-fetch": "~0.11.0", "whatwg-fetch": "~1.0.0",
"zlibjs": "~0.2.0" "zlibjs": "~0.2.0"
}, },
"dependencies": { "dependencies": {
"node-fetch": "^1.3.3", "node-fetch": "^1.3.3",
"node-localstorage": "~1.1.2" "node-localstorage": "~1.3.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",