date-holidays
Advanced tools
Comparing version 1.2.5 to 1.2.6
# CHANGELOG | ||
v1.2.5 | ||
- keep bundle sizes small | ||
v1.2.4 | ||
v1.2.3 | ||
- removing module, jsnext:main exports | ||
- bundle example with webpack | ||
v1.2.2 | ||
@@ -3,0 +12,0 @@ |
{ | ||
"name": "date-holidays", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "worldwide holidays", | ||
@@ -13,2 +13,6 @@ "keywords": [ | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/commenthol/date-holidays.git" | ||
}, | ||
"license": "(ISC AND CC-BY-3.0)", | ||
@@ -23,3 +27,4 @@ "author": "commenthol <commenthol@gmail.com>", | ||
"David Álvarez Navarro <david16an@gmail.com>", | ||
"Tiago <tiago.peliciari@gmail.com>" | ||
"Tiago <tiago.peliciari@gmail.com>", | ||
"Bilal Gültekin" | ||
], | ||
@@ -34,6 +39,2 @@ "main": "lib", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/commenthol/date-holidays.git" | ||
}, | ||
"scripts": { | ||
@@ -45,3 +46,3 @@ "all": "npm run clean && npm run lint && npm run build && npm run yaml && npm test", | ||
"lint": "eslint '**/*.js'", | ||
"prepubishOnly": "npm run all", | ||
"prepublishOnly": "npm run all", | ||
"test": "mocha", | ||
@@ -69,3 +70,3 @@ "test:ci": "npm run transpile && npm run yaml && npm test", | ||
"date-holidays-parser": "^1.2.2", | ||
"js-yaml": "^3.11.0", | ||
"js-yaml": "^3.12.0", | ||
"lodash.omit": "^4.5.0", | ||
@@ -77,22 +78,22 @@ "lodash.pick": "^4.4.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-register": "^6.26.0", | ||
"babelify": "^8.0.0", | ||
"core-js": "^2.5.5", | ||
"eslint": "^4.19.1", | ||
"core-js": "^2.5.7", | ||
"eslint": "^5.2.0", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.7.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"hashtree": "^0.7.0", | ||
"mocha": "^5.1.0", | ||
"mocha": "^5.2.0", | ||
"rimraf": "^2.6.2", | ||
"serialize-to-js": "^1.2.0", | ||
"uglifyjs-webpack-plugin": "^1.2.4", | ||
"webpack": "^4.5.0", | ||
"webpack-bundle-analyzer": "^2.11.1", | ||
"webpack-cli": "^2.0.14" | ||
"serialize-to-js": "^1.2.1", | ||
"uglifyjs-webpack-plugin": "^1.2.7", | ||
"webpack": "^4.16.3", | ||
"webpack-bundle-analyzer": "^2.13.1", | ||
"webpack-cli": "^3.1.0" | ||
}, | ||
@@ -99,0 +100,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
825129
15673
Updatedjs-yaml@^3.12.0