0
mirror of https://github.com/valentineus/simple-container.git synced 2025-07-01 08:30:27 +03:00

Initial commit

This commit is contained in:
2017-10-04 19:59:46 +04:00
commit b36916c7f5
10 changed files with 295 additions and 0 deletions

5
.babelrc Normal file
View File

@ -0,0 +1,5 @@
{
presets: ["es2015"],
sourceMaps: false,
comments: false
}