1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-19 11:21:20 +02:00

Merge pull request #106 from oligot/no-babelrc

Don't publish .babelrc file
This commit is contained in:
Antonio Laguna
2018-01-23 15:27:10 +01:00
committed by GitHub
2 changed files with 1 additions and 10 deletions

1
.npmignore Normal file
View File

@@ -0,0 +1 @@
.babelrc

View File

@@ -85,16 +85,6 @@
"pre-commit": [
"lint"
],
"babel": {
"presets": [
[
"es2015",
{
"modules": false
}
]
]
},
"dependencies": {
"request": "^2.83.0"
}