File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ const scriptsFromGit = function() {
100
100
} ;
101
101
102
102
const scriptsFromFile = function ( ) {
103
- console . log ( "SCRIPTS FROM FILE" ) ;
104
- // let filePath = "file:E:\\WPDev\\github\\devloco\\create-react-wptheme-scripts\\packages\\react-scripts" ;
105
- let filePath = "file:/mnt/e/WPDev/github/devloco/create-react-wptheme-scripts/packages/react-scripts" ;
103
+ let filePath = "file:E:\\WPDev\\github\\devloco\\create-react-wptheme-scripts\\packages\\react-scripts" ;
104
+ console . log ( "SCRIPTS FROM FILE" , filePath ) ;
105
+ // let filePath = "file:/mnt/e/WPDev/github/devloco/create-react-wptheme-scripts/packages/react-scripts";
106
106
return {
107
107
path : filePath ,
108
108
callback : function ( ) { }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-react-wptheme" ,
3
- "version" : " 3.0.1-wptheme-2.9 .0" ,
3
+ "version" : " 3.0.1-wptheme-3.0 .0" ,
4
4
"description" : " Create React WP themes with no build configuration." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments