bundler-test
Advanced tools
Comparing version 1.0.1 to 1.0.4
@@ -1,7 +0,7 @@ | ||
'use strict'; | ||
"use strict"; | ||
function hello() { | ||
return "hello"; | ||
return "hello"; | ||
} | ||
exports.hello = hello; |
{ | ||
"name": "bundler-test", | ||
"version": "1.0.1", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
1188