We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f448d96 commit 6ce3df1Copy full SHA for 6ce3df1
createReactWpTheme.js
@@ -60,6 +60,8 @@ const _getScriptsPath = function() {
60
};
61
62
const scriptsFromNpm = function() {
63
+ //path: "@devloco/react-scripts-test",
64
+ //path: "@devloco/react-scripts-wptheme",
65
return {
66
path: "@devloco/react-scripts-wptheme",
67
callback: function() {}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-react-wptheme",
3
- "version": "2.1.1-wptheme-2.0.2",
+ "version": "2.1.1-wptheme-2.0.3",
4
"description": "Create React WP themes with no build configuration.",
5
"main": "index.js",
6
"scripts": {
0 commit comments