Skip to content

Commit

Permalink
hard code scripts version to test next version
Browse files Browse the repository at this point in the history
  • Loading branch information
devloco committed Dec 24, 2019
1 parent 1e4a56a commit 67c2573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion createReactWpTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const _getScriptsPath = function() {
const scriptsFromNpm = function() {
//console.log("SCRIPTS FROM NPM");
return {
path: `@devloco/react-scripts-wptheme@^${_reactScriptsWpThemeVersion}`,
path: `@devloco/react-scripts-wptheme@${_reactScriptsWpThemeVersion}`,
callback: function() {}
};
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devloco/create-react-wptheme",
"version": "3.2.0-wp.3",
"version": "3.2.0-wp.6",
"description": "Create React WP themes with no build configuration.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 67c2573

Please sign in to comment.