Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Fixed bad require of react-dev-utils in react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Portela committed Aug 9, 2017
1 parent 58a7552 commit 76f8c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-scripts/bin/react-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

'use strict';

const spawn = require('react-dev-utils/crossSpawn');
const spawn = require('@peopleticker/react-dev-utils/crossSpawn');
const args = process.argv.slice(2);

const scriptIndex = args.findIndex(x =>
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peopleticker/react-scripts",
"version": "1.0.11-pt-4",
"version": "1.0.11-pt-5",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 76f8c7e

Please sign in to comment.