Skip to content

Commit

Permalink
ncu -a
Browse files Browse the repository at this point in the history
  • Loading branch information
pithu committed Dec 27, 2017
1 parent d5a635a commit 8d5b382
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/js-joda-locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
exports["JSJodaLocale"] = factory(require("js-joda"), require("cldr-data"), require("cldrjs"));
else
root["JSJodaLocale"] = factory(root["JSJoda"], root["cldrData"], root["Cldr"]);
})(this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_2__) {
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_2__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down
2 changes: 1 addition & 1 deletion dist/js-joda-locale.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js-joda-locale.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,27 @@
"cldrjs": "^0.5.0",
"coveralls": "^3.0.0",
"esdoc": "^1.0.4",
"eslint": "^4.12.1",
"eslint": "^4.14.0",
"eslint-config-js-joda": "^1.0.0",
"js-joda": "^1.6.2",
"js-joda-timezone": "^1.1.5",
"karma": "^1.7.1",
"karma": "^2.0.0",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"karma-webpack": "^2.0.9",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"nyc": "^11.4.1",
"phantomjs-prebuilt": "^2.1.16",
"requirejs": "^2.3.5",
"requirejs-json": "0.0.3",
"requirejs-text": "^2.0.15",
"webpack": "^3.9.1",
"webpack-build-notifier": "^0.1.18",
"webpack": "^3.10.0",
"webpack-build-notifier": "^0.1.21",
"yargs": "^10.0.3"
},
"buildDependencies": [
Expand Down

0 comments on commit 8d5b382

Please sign in to comment.