Skip to content

Commit 1244339

Browse files
committed
Publish
1 parent 1487410 commit 1244339

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skyscanner/backpack-react-scripts",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Backpack configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",

tasks/e2e-installs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ cd test-use-npm-flag
143143
# Check corresponding scripts version is installed.
144144
exists node_modules/@skyscanner/backpack-react-scripts
145145
[ ! -e "yarn.lock" ] && echo "yarn.lock correctly does not exist"
146-
grep '"version": "9.0.1"' node_modules/@skyscanner/backpack-react-scripts/package.json
146+
grep '"version": "9.0.2"' node_modules/@skyscanner/backpack-react-scripts/package.json
147147
checkDependencies
148148

149149
# ******************************************************************************

0 commit comments

Comments
 (0)