Skip to content

Commit

Permalink
Merge 021272f into 1ef677f
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Jan 4, 2019
2 parents 1ef677f + 021272f commit 6ffae10
Show file tree
Hide file tree
Showing 5 changed files with 29,600 additions and 27,011 deletions.
10 changes: 10 additions & 0 deletions .babelrc
@@ -0,0 +1,10 @@
{
"presets": [
"react",
"es2015"
],
"plugins": [
"add-module-exports",
"transform-object-assign"
]
}
12 changes: 6 additions & 6 deletions .travis.yml
@@ -1,10 +1,10 @@
language: node_js
sudo: required
dist: trusty
node_js:
- "stable"
- stable
script:
- npm test
after_script:
- npm run test:coverage
- npm run demo
deploy:
provider: surge
project: ./demo/
domain: react-calendar-pane.surge.sh
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run demo:publish || false'

0 comments on commit 6ffae10

Please sign in to comment.