File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,10 @@ const scriptsFromGit = function() {
78
78
} ;
79
79
80
80
const scriptsFromFile = function ( ) {
81
- return {
82
- scriptsPath : "file:E:\\WPDev\\github\\devloco\\react-scripts-wptheme" ,
81
+ // let filePath = "file:E:\\WPDev\\github\\devloco\\react-scripts-wptheme";
82
+ let filePath = "file:/mnt/e/WPDev/github/devloco/create-react-app/packages/react-scripts" ;
83
+ return {
84
+ scriptsPath : filePath ,
83
85
callback : function ( ) { }
84
86
} ;
85
87
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-react-wptheme" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 2.0.4-wptheme-2.0 .0" ,
4
4
"description" : " Create React WP themes with no build configuration." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
30
30
"bugs" : {
31
31
"url" : " https://github.com/devloco/create-react-wptheme/issues"
32
32
},
33
+ "files" : [
34
+ " index.js" ,
35
+ " createReactWpTheme.js"
36
+ ],
33
37
"homepage" : " https://github.com/devloco/create-react-wptheme#readme" ,
34
38
"bin" : {
35
39
"create-react-wptheme" : " ./index.js"
36
40
},
37
41
"dependencies" : {
38
- "chalk" : " ^1.1.1" ,
39
- "commander" : " ^2.9.0" ,
40
- "cross-spawn" : " ^4.0.0" ,
41
- "envinfo" : " 3.4.2" ,
42
- "fs-extra" : " ^1.0.0" ,
43
- "semver" : " ^5.0.3" ,
44
- "validate-npm-package-name" : " ^3.0.0"
42
+ "chalk" : " 1.1.3" ,
43
+ "commander" : " 2.18.0" ,
44
+ "cross-spawn" : " 4.0.2" ,
45
+ "envinfo" : " 5.10.0" ,
46
+ "fs-extra" : " 5.0.0" ,
47
+ "hyperquest" : " 2.1.3" ,
48
+ "semver" : " 5.5.1" ,
49
+ "tar-pack" : " 3.4.1" ,
50
+ "tmp" : " 0.0.33" ,
51
+ "validate-npm-package-name" : " 3.0.0"
45
52
}
46
53
}
You can’t perform that action at this time.
0 commit comments