Skip to content

Commit

Permalink
chore: do not include tests in published tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 17, 2019
1 parent 4b4eb78 commit c595ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions babel.config.js
@@ -1,5 +1,6 @@
'use strict';

module.exports = {
ignore: ['**/__tests__/**'],
presets: [['@babel/preset-env', { targets: { node: 6 } }]],
};
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,6 @@
},
"files": [
"docs/",
"src/",
"lib/"
],
"main": "lib/",
Expand Down

0 comments on commit c595ba0

Please sign in to comment.