Skip to content

Commit aa392b0

Browse files
committed
3.0.1 version bump for NPM
1 parent b442e6f commit aa392b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

createReactWpTheme.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ const scriptsFromGit = function() {
100100
};
101101

102102
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";
106106
return {
107107
path: filePath,
108108
callback: function() {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)