Skip to content

Commit

Permalink
6.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Aug 17, 2016
1 parent 21707c5 commit 0df69ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-loader",
"version": "6.2.4",
"version": "6.2.5",
"description": "babel module loader for webpack",
"files": [
"index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "npm run hint && npm run cs && npm run cover",
"travis": "npm run cover -- --report lcovonly",
"cover": "istanbul cover ./node_modules/.bin/_mocha -- test/*.test.js",
"postcover":"npm run hint && npm run cs",
"postcover": "npm run hint && npm run cs",
"hint": "jshint --config .jshintrc index.js lib/* test/*",
"cs": "jscs --config .jscsrc index.js lib/* test/*"
},
Expand Down

0 comments on commit 0df69ce

Please sign in to comment.