@bundle-stats/utils
Advanced tools
Comparing version 1.0.0-rc.0 to 1.0.0-rc.1
{ | ||
"name": "@bundle-stats/utils", | ||
"version": "1.0.0-rc.0", | ||
"version": "1.0.0-rc.1", | ||
"description": "BundleStats utils", | ||
@@ -26,3 +26,3 @@ "repository": "bundle-stats/bundle-stats", | ||
"email": "vio@beanon.com", | ||
"url": "http://beanon.com" | ||
"url": "https://beanon.com" | ||
}, | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
}, | ||
"homepage": "https://github.com/bundle-stats/bundle-stats/blob/master/packages/utils/README.md", | ||
"homepage": "https://github.com/bundle-stats/bundle-stats/blob/master/packages/utils#README", | ||
"dependencies": { | ||
@@ -39,16 +39,16 @@ "convert-units": "^2.3.4" | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^24.8.0", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"eslint-plugin-jest": "^22.5.1", | ||
"jest": "^24.8.0", | ||
"jest-cli": "^23.6.0", | ||
"lodash": "^4.17.11", | ||
"regenerator-runtime": "^0.12.1" | ||
"@babel/cli": "7.4.4", | ||
"@babel/core": "7.4.5", | ||
"@babel/preset-env": "7.4.5", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "24.8.0", | ||
"babel-plugin-lodash": "3.3.4", | ||
"eslint": "5.16.0", | ||
"eslint-config-airbnb-base": "13.1.0", | ||
"eslint-plugin-import": "2.17.3", | ||
"eslint-plugin-jest": "22.6.4", | ||
"jest": "24.8.0", | ||
"jest-cli": "24.8.0", | ||
"lodash": "4.17.11", | ||
"regenerator-runtime": "0.13.2" | ||
}, | ||
@@ -55,0 +55,0 @@ "peerDependencies": { |
98132
85