Skip to content

Commit

Permalink
Merge pull request Turfjs#1780 from derekacosta/create-react-app
Browse files Browse the repository at this point in the history
updated create-react-app package.json to at least appear as a boilerplate run
  • Loading branch information
mfedderly authored Mar 12, 2020
2 parents c21060e + 3979c34 commit 2cb72f6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"private": true,
"name": "create-react-app",
"main": "src/index.js",
"scripts": {
"test": "react-scripts build"
},
"devDependencies": {
"react-scripts": "*"
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"react": "*",
"react-dom": "*",
"react-scripts": "*",
"@turf/turf": "*"
}
}

0 comments on commit 2cb72f6

Please sign in to comment.