Skip to content

Commit

Permalink
fix: move install-theme.js to lib directory (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Aug 18, 2023
1 parent 7e96a0a commit 4ec284a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/paragon-scripts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
const chalk = require('chalk');
const themeCommand = require('./install-theme');
const themeCommand = require('../lib/install-theme');

// command: executor function
const COMMANDS = {
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"/dist",
"/icons",
"/src",
"/scss"
"/scss",
"/lib"
],
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 4ec284a

Please sign in to comment.