-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package.json to align with LSX Design - Changed project name to "lsx-design" - Updated description to "The default WordPress theme for LSX Design" - Updated author to "Lightspeed WP" - Updated homepage and repository URLs to point to LightspeedWP GitHub repository - Updated keywords to include "LSX Design" - Adjusted script commands to use the "lsx-design" text domain
- Loading branch information
1 parent
ba5e432
commit bd12728
Showing
11 changed files
with
3,311 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
node_modules | ||
.sass-cache | ||
.idea | ||
*.sublime-workspace | ||
package-lock.json | ||
vendor | ||
wp-content | ||
package.json | ||
.DS_Store | ||
templates/.DS_Store | ||
.DS_Store | ||
assets/.DS_Store | ||
.DS_Store | ||
.DS_Store | ||
.DS_Store | ||
assets/css/.DS_Store | ||
*.DS_Store | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": "stylelint-config-recommended" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "../../.." | ||
} | ||
], | ||
"settings": {} | ||
} |
Oops, something went wrong.