We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5977ad commit fefb11aCopy full SHA for fefb11a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "basic-react-scripts",
3
- "version": "0.0.11",
+ "version": "0.0.12",
4
"main": "index.js",
5
"author": "Sandro Motyl",
6
"license": "MIT",
utils/handleScript.js
@@ -1,4 +1,4 @@
-const path = requerui('path');
+const path = require('path');
const { spawnSync } = require('child_process');
const { AVAIBLE_SCRIPTS } = require('./constants');
0 commit comments