@docmd/themes 0.4.7 → 0.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -19,6 +19,7 @@ const path = require('path');
19
19
  * @param {string} themeName - 'sky', 'retro', 'ruby'
20
20
  * @returns {string} Absolute path to css file
21
21
  */
22
+
22
23
  function getThemePath(themeName) {
23
24
  const cleanName = themeName.toLowerCase();
24
25
  // We point to src for now, or dist if you plan to add a build step later
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docmd/themes",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "Official themes for docmd",
5
5
  "main": "index.js",
6
6
  "files": [