Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
fix: some built-in components will now get the right props as CSS (#246)
Browse files Browse the repository at this point in the history
* fix: some built-in components will now get the right props as CSS

closes #245

* chore: upgrade things
  • Loading branch information
Kent C. Dodds authored Jul 25, 2017
1 parent ae1317e commit 75495fd
Show file tree
Hide file tree
Showing 15 changed files with 152 additions and 13,332 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ dist
.opt-out
test-ts
typings/*.js
*.log
*.log
yarn.lock
package-lock.json
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
registry=http://registry.npmjs.org/
save-exact=true
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ cache:
notifications:
email: false
node_js:
- '6'
- '8'
script:
- yarn start validate
- npm start validate
after_success:
- yarn global add codecov semantic-release
- codecov
- npx codecov
- npm i -g semantic-release
- semantic-release pre && npm publish && semantic-release post
- yarn start validate.examples
- npm start validate.examples
branches:
only:
- master
Loading

0 comments on commit 75495fd

Please sign in to comment.