Skip to content

Commit fefb11a

Browse files
author
Sandro Motyl
committed
fix typo
1 parent f5977ad commit fefb11a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-react-scripts",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"main": "index.js",
55
"author": "Sandro Motyl",
66
"license": "MIT",

utils/handleScript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const path = requerui('path');
1+
const path = require('path');
22
const { spawnSync } = require('child_process');
33
const { AVAIBLE_SCRIPTS } = require('./constants');
44

0 commit comments

Comments
 (0)