Skip to content

Commit

Permalink
fix: go back to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rodoabad committed Jun 23, 2018
1 parent cd4926c commit 542a5c8
Show file tree
Hide file tree
Showing 6 changed files with 10,990 additions and 6,446 deletions.
24 changes: 1 addition & 23 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,5 @@
"presets": [
"react",
"env"
],
"env": {
"cjs": {
"presets": [
[
"env",
{
"modules": "commonjs"
}
]
]
},
"es": {
"presets": [
[
"env",
{
"modules": false
}
]
]
}
}
]
}
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: node_js
cache:
yarn: true
directories:
- ~/.npm
notifications:
email: false
node_js:
- '9'
after_success:
- yarn run semantic-release
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 542a5c8

Please sign in to comment.