Skip to content

Commit

Permalink
Merge pull request #150 from deini/rollup
Browse files Browse the repository at this point in the history
chore(build): Switch to rollup + Update Dependencies
  • Loading branch information
AntJanus authored Aug 22, 2017
2 parents 8c8a3fb + 46685fd commit c76d646
Show file tree
Hide file tree
Showing 8 changed files with 7,516 additions and 7,004 deletions.
19 changes: 18 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
{
"presets": ["es2015-loose"]
"presets": [
[
"env",
{
"modules": false
}
]
],
"env": {
"test": {
"presets": ["env"]
},
"production": {
"plugins": [
"external-helpers"
]
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ node_modules
npm-debug.log
.DS_Store
lib
es
coverage
*.tgz
examples/**/dist
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

Loading

0 comments on commit c76d646

Please sign in to comment.