We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4a56a commit 67c2573Copy full SHA for 67c2573
createReactWpTheme.js
@@ -58,7 +58,7 @@ const _getScriptsPath = function() {
58
const scriptsFromNpm = function() {
59
//console.log("SCRIPTS FROM NPM");
60
return {
61
- path: `@devloco/react-scripts-wptheme@^${_reactScriptsWpThemeVersion}`,
+ path: `@devloco/react-scripts-wptheme@${_reactScriptsWpThemeVersion}`,
62
callback: function() {}
63
};
64
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@devloco/create-react-wptheme",
3
- "version": "3.2.0-wp.3",
+ "version": "3.2.0-wp.6",
4
"description": "Create React WP themes with no build configuration.",
5
"main": "index.js",
6
"scripts": {
0 commit comments