Skip to content
This repository was archived by the owner on Aug 20, 2018. It is now read-only.

Commit 595be02

Browse files
committed
typo
1 parent 994c46c commit 595be02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MIT License http://www.opensource.org/licenses/mit-license.php
33
Author Tobias Koppers @sokra
44
*/
5-
module.exports = function() {
5+
module.exports = function(source) {
66
this.cacheable && this.cacheable();
77
var value = JSON.parse(source);
88
this.values = [value];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-loader",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"author": "Tobias Koppers @sokra",
55
"description": "json loader module for webpack",
66
"licenses": [

0 commit comments

Comments
 (0)