Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
27699338
Commit
27699338
authored
8 years ago
by
Ville Immonen
Browse files
Options
Download
Email Patches
Plain Diff
Bump global CLI to 1.0.0
parent
5ee027d6
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-1
CHANGELOG.md
packages/create-react-app/package.json
+1
-1
packages/create-react-app/package.json
with
2 additions
and
2 deletions
+2
-2
CHANGELOG.md
+
1
-
1
View file @
27699338
...
...
@@ -143,7 +143,7 @@
You may optionally update the global command (it’s not required, but it adds Yarn support for new projects):
```
npm install -g create-react-app@
0.7
.0
npm install -g create-react-app@
1.0
.0
```
Inside any created project that has not been ejected, run:
...
...
This diff is collapsed.
Click to expand it.
packages/create-react-app/package.json
+
1
-
1
View file @
27699338
{
"name"
:
"create-react-app"
,
"version"
:
"
0.7
.0"
,
"version"
:
"
1.0
.0"
,
"keywords"
:
[
"react"
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets