Skip to content
This repository was archived by the owner on Jul 15, 2018. It is now read-only.

Commit 11b2b62

Browse files
committed
added yarn init
1 parent c0f3d3b commit 11b2b62

File tree

2 files changed

+9148
-5
lines changed

2 files changed

+9148
-5
lines changed

package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"name": "react-boilerplate",
33
"version": "3.0.0",
44
"description": "A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices",
5-
"repository": {
6-
"type": "git",
7-
"url": "git://github.com/mxstbr/react-boilerplate.git"
8-
},
5+
"repository": "git://github.com/mxstbr/react-boilerplate.git",
96
"engines": {
107
"npm": ">=3"
118
},
@@ -292,5 +289,6 @@
292289
"webpack": "2.1.0-beta.15",
293290
"webpack-dev-middleware": "1.6.1",
294291
"webpack-hot-middleware": "2.12.2"
295-
}
292+
},
293+
"main": "index.js"
296294
}

0 commit comments

Comments
 (0)