Skip to content

Commit

Permalink
build issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
uttamukkoji committed Aug 5, 2020
1 parent db410e6 commit 2b4a3b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"plugins": [
"add-module-exports",
"transform-runtime",
"@babel/plugin-transform-runtime",
"transform-es2015-modules-commonjs"
]
},
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
dist/
jsdocs/
mochawesome-report/
coverage/
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jsdocs/
examples/
mocktest.json
Sample
coverage/
coverage/
mochawesome-report/

0 comments on commit 2b4a3b2

Please sign in to comment.