Skip to content

Commit 6ce3df1

Browse files
committed
make testing a lil easier
1 parent f448d96 commit 6ce3df1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

createReactWpTheme.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ const _getScriptsPath = function() {
6060
};
6161

6262
const scriptsFromNpm = function() {
63+
//path: "@devloco/react-scripts-test",
64+
//path: "@devloco/react-scripts-wptheme",
6365
return {
6466
path: "@devloco/react-scripts-wptheme",
6567
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": "2.1.1-wptheme-2.0.2",
3+
"version": "2.1.1-wptheme-2.0.3",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)