Skip to content

Commit

Permalink
Updates dependencies in all packages + updates to Lerna 3x and Typesc…
Browse files Browse the repository at this point in the history
…ript 3x, removes force retry query option
  • Loading branch information
Enngage committed Aug 13, 2018
1 parent 7f0b9a6 commit ed181ea
Show file tree
Hide file tree
Showing 15 changed files with 8,177 additions and 9,586 deletions.
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Custom
.editorconfig

# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/definitions
/_commonjs
/_es2015
/_bundles
/tmp
/coverage
/out-tsc

# dependencies
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings

# e2e
/e2e/*.js
/e2e/*.map

# System Files
.DS_Store
Thumbs.db
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
}
Loading

0 comments on commit ed181ea

Please sign in to comment.