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 # installs
node_modules/ node_modules/
# caches and builds # caches
.yarn/ .yarn/
.cache/ .cache/
.rpt2_cache
# builds
dist/ dist/
dist_web/ dist_web/
dist_serve/ dist_serve/
dist_ts_web/ dist_ts_web/
# custom # custom
test/ test

View File

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