File tree Expand file tree Collapse file tree 3 files changed +26
-20
lines changed Expand file tree Collapse file tree 3 files changed +26
-20
lines changed Original file line number Diff line number Diff line change 12
12
" ./src"
13
13
],
14
14
"alias" : {
15
+ "api" : " api" ,
16
+ "auth" : " auth" ,
15
17
"components" : " components" ,
16
- "search" : " search" ,
18
+ "config" : " config" ,
19
+ "issue" : " issue" ,
20
+ "locale" : " locale" ,
17
21
"notifications" : " notifications" ,
18
- "auth" : " auth" ,
19
- "user" : " user" ,
20
22
"organization" : " organization" ,
23
+ "package.json" : " ./package.json" ,
21
24
"repository" : " repository" ,
22
- "issue" : " issue" ,
23
- "api" : " api" ,
24
- "config" : " config" ,
25
- "utils" : " utils" ,
26
- "locale" : " locale" ,
27
- "package.json" : " ./package.json"
25
+ "search" : " search" ,
26
+ "testData" : " ./__tests__/data" ,
27
+ "user" : " user" ,
28
+ "utils" : " utils"
28
29
}
29
30
}
30
31
],
31
32
" transform-inline-environment-variables"
32
33
]
33
- }
34
+ }
Original file line number Diff line number Diff line change 26
26
"./src"
27
27
],
28
28
"alias": {
29
+ "api": "api",
30
+ "auth": "auth",
29
31
"components": "components",
30
- "search": "search",
32
+ "config": "config",
33
+ "issue": "issue",
34
+ "locale": "locale",
31
35
"notifications": "notifications",
32
- "auth": "auth",
33
- "user": "user",
34
36
"organization": "organization",
35
37
"repository": "repository",
36
- "issue": "issue",
37
- "api": "api",
38
- "config": "config",
39
- "utils": "utils",
40
- "locale": "locale"
38
+ "search": "search",
39
+ "testData": "./__tests__/data",
40
+ "utils": "utils"
41
41
}
42
42
}
43
43
}
152
152
"/^(get|set)(?!(InitialState$|DefaultProps$|ChildContext$)).+$/",
153
153
"everything-else",
154
154
"/^render.+$/",
155
- "render",
155
+ "render"
156
156
],
157
157
"groups": {
158
158
"lifecycle": [
181
181
},
182
182
],
183
183
}
184
- }
184
+ }
Original file line number Diff line number Diff line change
1
+ export const authError = {
2
+ message : 'Requires authentication' ,
3
+ documentation_url :
4
+ 'https://developer.github.com/v3/activity/notifications/#list-your-notifications' ,
5
+ } ;
You can’t perform that action at this time.
0 commit comments