Skip to content

Commit

Permalink
oops, don't ignore the builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Dec 7, 2018
1 parent 9ccbb08 commit c12b72c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Expand Up @@ -19,9 +19,6 @@ yarn-error.log
!/src
!/tests

# don't lock dependencies for library packages
!/package-lock.json

# not global build, to be published
!/global.js
!/global.js.map
Expand All @@ -37,6 +34,7 @@ yarn-error.log
!/buble.config.js
!/jest.config.js
!/webpack.config.js
!/builder.config.js

# all good projects have a README!
!/README.md
!/README.md
5 changes: 5 additions & 0 deletions builder.config.js
@@ -0,0 +1,5 @@
module.exports = {
nodeModulesToCompile: [
'element-behaviors'
],
}

0 comments on commit c12b72c

Please sign in to comment.