Skip to content

Commit 9d86659

Browse files
committed
fix up imports/etc in ccc-calendar module
1 parent 701ad6f commit 9d86659

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

modules/ccc-calendar/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import * as React from 'react'
44
import {reportNetworkProblem} from '@frogpond/analytics'
55
import type {NavigationScreenProp} from 'react-navigation'
6-
import {EventList, type EventType, type PoweredBy} from '@frogpond/event-list'
6+
import {EventList, type PoweredBy} from '@frogpond/event-list'
7+
import {type EventType} from '@frogpond/event-type'
78
import moment from 'moment-timezone'
89
import delay from 'delay'
910
import {LoadingView} from '@frogpond/notice'

modules/ccc-calendar/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@frogpond/ccc-calendar",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"author": "",
7+
"license": "ISC",
8+
"scripts": {
9+
"test": "jest"
10+
},
11+
"peerDependencies": {
12+
"react": "^16.0.0",
13+
"react-navigation": "^2.13.0",
14+
"moment-timezone": "^0.5.21",
15+
"delay": "4.0.1"
16+
},
17+
"dependencies": {
18+
"@frogpond/analytics": "^1.0.0",
19+
"@frogpond/api": "^1.0.0",
20+
"@frogpond/event-list": "^1.0.0",
21+
"@frogpond/event-type": "^1.0.0",
22+
"@frogpond/notice": "^1.0.0"
23+
}
24+
}

0 commit comments

Comments
 (0)