Skip to content

Commit a4d5807

Browse files
committed
Pre-publish preparation
1 parent deacc38 commit a4d5807

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "cra-template-typescript-redux",
33
"version": "0.1.0",
4-
"private": true,
54
"license": "MIT",
5+
"author": {
6+
"name": "Alexander Grischuk"
7+
},
68
"engines": {
79
"node": ">=10"
810
},
11+
"main": "template.json",
12+
"description": "A quick start Create React App template with React Router, Redux, TypeScript, Enzyme and custom ESlint configurations",
913
"keywords": [
1014
"react",
1115
"create-react-app",
@@ -20,6 +24,18 @@
2024
"typescript",
2125
"prettier"
2226
],
27+
"files": [
28+
"template",
29+
"template.json"
30+
],
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/alexandr-g/cra-template-typescript-redux",
34+
"directory": "/"
35+
},
36+
"bugs": {
37+
"url": "https://github.com/alexandr-g/cra-template-typescript-redux/issues"
38+
},
2339
"dependencies": {
2440
"@types/enzyme": "^3.10.4",
2541
"@types/enzyme-adapter-react-16": "^1.0.5",

0 commit comments

Comments
 (0)