File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-react-app" ,
3- "version" : " 1.0.0" ,
3+ "version" : " 0.1.0" ,
4+ "keywords" : [
5+ " react"
6+ ],
7+ "description" : " Create React apps with no build configuration." ,
8+ "repository" : " facebookincubator/create-react-app" ,
9+ "license" : " BSD-3-Clause" ,
10+ "bugs" : {
11+ "url" : " https://github.com/facebookincubator/create-react-app/issues"
12+ },
13+ "engines" : {
14+ "node" : " >=4.0.0"
15+ },
416 "files" : [
517 " index.js"
618 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " react-scripts" ,
3- "version" : " 0.0.1" ,
4- "repository" : " https://github.com/facebookincubator/create-react-app" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " Configuration and scripts for Create React App." ,
5+ "repository" : " facebookincubator/create-react-app" ,
56 "license" : " BSD-3-Clause" ,
7+ "bugs" : {
8+ "url" : " https://github.com/facebookincubator/create-react-app/issues"
9+ },
610 "scripts" : {
711 "start" : " node scripts/start.js" ,
812 "build" : " node scripts/build.js" ,
You can’t perform that action at this time.
0 commit comments