eslint-loader
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,6 @@ | ||
# 1.2.1 - 2016-01-26 | ||
- Updated: object-assign dependency | ||
([#77](https://github.com/MoOx/eslint-loader/pull/77)) | ||
# 1.2.0 - 2016-01-02 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "eslint-loader", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "eslint loader (for webpack)", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"loader-utils": "^0.2.7", | ||
"object-assign": "^3.0.0" | ||
"object-assign": "^4.0.1" | ||
}, | ||
@@ -29,2 +29,3 @@ "devDependencies": { | ||
"eslint-friendly-formatter": "^1.0.3", | ||
"npmpub": "^3.0.1", | ||
"tape": "^4.0.0", | ||
@@ -36,4 +37,5 @@ "webpack": "^1.8.4" | ||
"tape": "tape test/*.js", | ||
"test": "npm run lint && npm run tape" | ||
"test": "npm run lint && npm run tape", | ||
"release": "npmpub" | ||
} | ||
} |
@@ -70,3 +70,3 @@ # eslint-loader [![Build Status](http://img.shields.io/travis/MoOx/eslint-loader.svg)](https://travis-ci.org/MoOx/eslint-loader) | ||
test: /\.js$/, | ||
loader: "eslint-loader?{rules:[{semi:0}]}", | ||
loader: "eslint-loader?{rules:{semi:0}}", | ||
exclude: /node_modules/, | ||
@@ -73,0 +73,0 @@ }, |
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
12562
5
- Removedobject-assign@3.0.0(transitive)
Updatedobject-assign@^4.0.1