Skip to content

Commit a10a054

Browse files
committed
Migrates to yarn and rollup.
1 parent 9623639 commit a10a054

14 files changed

Lines changed: 5370 additions & 9024 deletions

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ flow-coverage
1616
flow-typed
1717

1818
# Build output
19-
commonjs
20-
umd
19+
dist

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
cache:
4-
npm: true
4+
yarn: true
55
directories:
66
- node_modules
77
node_js:

0 commit comments

Comments
 (0)