fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-21 17:41:25 +02:00
parent df260bbab9
commit 133bf0abe5
2 changed files with 6 additions and 3 deletions

7
.gitignore vendored
View File

@ -8,13 +8,16 @@ pages/
# installs
node_modules/
# caches and builds
# caches
.yarn/
.cache/
.rpt2_cache
# builds
dist/
dist_web/
dist_serve/
dist_ts_web/
# custom
test/
test

View File

@ -57,4 +57,4 @@
"@pushrocks/smartstring": "^3.0.10",
"@types/shelljs": "^0.8.5"
}
}
}