Skip to content

Commit fa782f0

Browse files
committed
update package.json
1 parent b42dd0e commit fa782f0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/react-scripts/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "react-scripts",
3-
"version": "1.1.1",
4-
"description": "Configuration and scripts for Create React App.",
5-
"repository": "facebookincubator/create-react-app",
2+
"name": "domain-react-scripts",
3+
"version": "0.0.1",
4+
"description": "Configuration and scripts for Domain React components",
5+
"repository": "DomainGroupOSS/create-react-app",
66
"license": "MIT",
77
"engines": {
88
"node": ">=6"
99
},
1010
"bugs": {
11-
"url": "https://github.com/facebookincubator/create-react-app/issues"
11+
"url": "https://github.com/DomainGroupOSS/create-react-app/issues"
1212
},
1313
"files": [
1414
"bin",
@@ -45,6 +45,7 @@
4545
"fs-extra": "3.0.1",
4646
"html-webpack-plugin": "2.29.0",
4747
"jest": "20.0.4",
48+
"node-sass": "^4.7.2",
4849
"object-assign": "4.1.1",
4950
"postcss-flexbugs-fixes": "3.2.0",
5051
"postcss-loader": "2.0.8",

0 commit comments

Comments
 (0)