Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from mdxprograms/npmignore-src
Browse files Browse the repository at this point in the history
Ignore src npm
  • Loading branch information
mdxprograms authored Jun 25, 2020
2 parents 6bde5bc + 1572b8c commit aac1f3b
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 658 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
["@babel/preset-env", { "useBuiltIns": "usage" }]
["@babel/preset-env", { "useBuiltIns": "usage", "corejs": 3 }]
],
"plugins": [
"@babel/syntax-object-rest-spread",
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ coverage
.cache
.github
.vscode
src
Loading

0 comments on commit aac1f3b

Please sign in to comment.