Skip to content

Commit 38e1ee1

Browse files
migrated to rollup.
1 parent 3698ebe commit 38e1ee1

15 files changed

+2362
-2826
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.npmignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
# # commits Name or Organization <email address>
77
# The email address is not required for organizations.
88
Jason Dobry <jason.dobry@gmail.com>
9+
Jason Dobry <jason.dobry@gmail.com>
10+
Overall, Matthew <overallm@medamerica.com>
11+
Tianxiang Chen <txchendev@gmail.com>

circle.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
machine:
2+
node:
3+
version: 5.0.0
4+
15
dependencies:
26
pre:
3-
- bower install
4-
cache_directories:
5-
- "bower_components"
7+
- npm i -g npm
8+
- npm i -g bower
9+
- npm i js-data@^3.0.0-beta.3
10+
- npm i firebase@>=2.4.x
11+
- bower i firebase@>=2.4.x
12+
613
test:
714
override:
815
- npm run ci

0 commit comments

Comments
 (0)