gulp-hymobile-wrapper
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -28,4 +28,4 @@ 'use strict'; | ||
var tpl = "define('" + moduleId + "', function(require, exports, module){\n" + | ||
(options.isModule ? '\n' + REP + '\n\n' : " module.exports = '" + REP + "';\n") + | ||
var tpl = "define('" + moduleId + "', function(require, exports, module){\r\n" + | ||
(options.isModule ? '\r\n' + REP + '\r\n\r\n' : " module.exports = '" + REP + "';\r\n") + | ||
"});"; | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "gulp-hymobile-wrapper", | ||
"description": "Wrap css,html for HyMobile", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
3058