Skip to content

Commit

Permalink
0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 22, 2015
1 parent 6cf5cfa commit a417eea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loader-utils",
"version": "0.2.8",
"version": "0.2.9",
"author": "Tobias Koppers @sokra",
"description": "utils for webpack loaders",
"dependencies": {
Expand All @@ -23,5 +23,7 @@
"istanbul": "^0.3.14",
"mocha": "^1.21.4"
},
"files": ["index.js"]
"files": [
"index.js"
]
}

0 comments on commit a417eea

Please sign in to comment.