File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ module.exports = function(source) {
7
7
var value = JSON . parse ( source ) ;
8
8
this . values = [ value ] ;
9
9
return "module.exports = " + JSON . stringify ( value , undefined , "\t" ) ;
10
- }
10
+ }
11
+ module . exports . seperable = true ;
Original file line number Diff line number Diff line change 1
- {
2
- "name" : " json-loader" ,
3
- "version" : " 0.1.8 " ,
4
- "author" : " Tobias Koppers @sokra" ,
5
- "description" : " json loader module for webpack" ,
6
- "licenses" : [
7
- {
8
- "type" : " MIT" ,
9
- "url" : " http://www.opensource.org/licenses/mit-license.php"
10
- }
11
- ],
12
- "license" : " MIT"
1
+ {
2
+ "name" : " json-loader" ,
3
+ "version" : " 0.2.0 " ,
4
+ "author" : " Tobias Koppers @sokra" ,
5
+ "description" : " json loader module for webpack" ,
6
+ "licenses" : [
7
+ {
8
+ "type" : " MIT" ,
9
+ "url" : " http://www.opensource.org/licenses/mit-license.php"
10
+ }
11
+ ],
12
+ "license" : " MIT"
13
13
}
You can’t perform that action at this time.
0 commit comments