Skip to content

Commit 67c2573

Browse files
committed
hard code scripts version to test next version
1 parent 1e4a56a commit 67c2573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: createReactWpTheme.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const _getScriptsPath = function() {
5858
const scriptsFromNpm = function() {
5959
//console.log("SCRIPTS FROM NPM");
6060
return {
61-
path: `@devloco/react-scripts-wptheme@^${_reactScriptsWpThemeVersion}`,
61+
path: `@devloco/react-scripts-wptheme@${_reactScriptsWpThemeVersion}`,
6262
callback: function() {}
6363
};
6464
};

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devloco/create-react-wptheme",
3-
"version": "3.2.0-wp.3",
3+
"version": "3.2.0-wp.6",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)