Skip to content

Commit

Permalink
Add a custom package name for react-scripts & install stage-0 & decor…
Browse files Browse the repository at this point in the history
…ators as dependecies
  • Loading branch information
kamalbennani committed Sep 28, 2017
1 parent 1c4963f commit 67bd126
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-scripts",
"name": "botify-react-scripts",
"version": "1.0.13",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
Expand All @@ -26,7 +26,9 @@
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-app": "^3.0.2",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
Expand Down

0 comments on commit 67bd126

Please sign in to comment.