@react-theming/theme-name
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -41,5 +41,5 @@ "use strict"; | ||
if (generatedName) return generatedName; | ||
return "theme ".concat(ind); | ||
return ind !== undefined ? "theme ".concat(ind + 1) : undefined; | ||
}; | ||
exports.themeName = themeName; |
{ | ||
"name": "@react-theming/theme-name", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
@@ -8,2 +8,3 @@ "repository": "https://github.com/UsulPro/theme-name.git", | ||
"start": "start-storybook -p 6006 --ci", | ||
"dev": "nodemon --exec yarn prepare", | ||
"prepare": "package-prepare", | ||
@@ -31,2 +32,3 @@ "lintfix": "eslint --fix src", | ||
"jest": "^24.8.0", | ||
"nodemon": "^2.0.2", | ||
"prettier": "^1.17.1" | ||
@@ -33,0 +35,0 @@ }, |
Sorry, the diff of this file is not supported yet
239133
10
103
18