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() {
100100} ;
101101
102102const 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";
106106 return {
107107 path : filePath ,
108108 callback : function ( ) { }
Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-wptheme" ,
3- "version" : " 3.0.1-wptheme-2.9 .0" ,
3+ "version" : " 3.0.1-wptheme-3.0 .0" ,
44 "description" : " Create React WP themes with no build configuration." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments