idempotent-babel-polyfill
Advanced tools
Comparing version 7.0.0 to 7.2.3
@@ -11,2 +11,4 @@ # Changelog | ||
* babel 7.0.0 | ||
## [6.26.0-2] - 2018-10-11 | ||
### Added | ||
@@ -13,0 +15,0 @@ * unit tests |
{ | ||
"name": "idempotent-babel-polyfill", | ||
"version": "7.0.0", | ||
"version": "7.2.3", | ||
"description": "Import babel-polyfill multiple times", | ||
@@ -16,25 +16,25 @@ "homepage": "https://github.com/codejamninja/idempotent-babel-polyfill", | ||
"scripts": { | ||
"build": "npm run clean && npm run test && babel src -d lib", | ||
"build": "npm run test && babel src -d lib", | ||
"clean": "rimraf lib", | ||
"prepublish": "npm run build", | ||
"format": "prettier --write ./src/**/*.js", | ||
"lint": "npm run format && eslint ./", | ||
"lint:fix": "npm run format && eslint --fix ./", | ||
"format": "prettier --write ./src/**/*.js", | ||
"prepublish": "npm run clean && npm run build", | ||
"test": "npm run lint && jest" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.0.0" | ||
"@babel/polyfill": "^7.2.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.6.1", | ||
"eslint-config-jam": "^0.1.4", | ||
"eslint-plugin-jest": "^21.24.1", | ||
"jest": "^23.6.0", | ||
"prettier": "^1.14.3", | ||
"rimraf": "^2.6.2" | ||
"eslint": "^5.16.0", | ||
"eslint-config-jam": "^0.2.9", | ||
"eslint-plugin-jest": "^22.6.4", | ||
"jest": "^24.8.0", | ||
"prettier": "^1.17.1", | ||
"rimraf": "^2.6.3" | ||
}, | ||
@@ -41,0 +41,0 @@ "license": "MIT", |
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
5589
Updated@babel/polyfill@^7.2.3