Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 26, 2016
1 parent 4db1b54 commit b7260bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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

- Added: this loader now pass down the input source map to the next chained
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-loader",
"version": "1.2.0",
"version": "1.2.1",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
Expand All @@ -25,12 +25,14 @@
"devDependencies": {
"eslint": "^1.6.0",
"eslint-friendly-formatter": "^1.0.3",
"npmpub": "^3.0.1",
"tape": "^4.0.0",
"webpack": "^1.8.4"
},
"scripts": {
"lint": "eslint .",
"tape": "tape test/*.js",
"test": "npm run lint && npm run tape"
"test": "npm run lint && npm run tape",
"release": "npmpub"
}
}

0 comments on commit b7260bf

Please sign in to comment.