react-native-storybook-loader
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -0,0 +0,0 @@ "use strict"; |
"use strict"; | ||
exports.__esModule = true; | ||
exports.encoding = exports.appName = void 0; | ||
exports.appName = "react-native-storybook-loader"; | ||
exports.encoding = "utf-8"; | ||
exports.appName = 'react-native-storybook-loader'; | ||
exports.encoding = 'utf-8'; | ||
//# sourceMappingURL=constants.js.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -50,3 +50,3 @@ "use strict"; | ||
} | ||
var outputValue = value || ""; | ||
var outputValue = value || ''; | ||
logger.log(message.blue, outputValue.white); | ||
@@ -53,0 +53,0 @@ }; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -122,3 +122,3 @@ #!/usr/bin/env node | ||
_a.sent(); | ||
logger_1["default"].info("Writing to " + loaderDefinition.outputFile); | ||
logger_1["default"].info('Writing to ' + loaderDefinition.outputFile); | ||
return [4 /*yield*/, fs_1.promises.writeFile(loaderDefinition.outputFile, template, { encoding: constants_1.encoding })]; | ||
@@ -125,0 +125,0 @@ case 5: |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "react-native-storybook-loader", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"repository": "https://github.com/elderfo/react-native-storybook-loader.git", | ||
@@ -24,3 +24,3 @@ "bugs": "https://github.com/elderfo/react-native-storybook-loader/issues", | ||
"@types/yargs": "^15.0.5", | ||
"codecov": "^3.6.5", | ||
"codecov": "^3.7.1", | ||
"faker": "^4.1.0", | ||
@@ -59,2 +59,7 @@ "husky": "^4.2.5", | ||
"jest --bail --findRelatedTests" | ||
], | ||
"*.ts": [ | ||
"prettier --single-quote --trailing-comma es5 --write", | ||
"git add", | ||
"jest --bail --findRelatedTests" | ||
] | ||
@@ -61,0 +66,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53182