Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
koltyakov committed Jun 27, 2018
1 parent 901d3bd commit 97702b1
Show file tree
Hide file tree
Showing 9 changed files with 9,447 additions and 6,362 deletions.
13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

10 changes: 3 additions & 7 deletions .gitignore
@@ -1,9 +1,5 @@
node_modules
bower_components
static/lib
config/private.json
config/**/private.*.json
node_modules/
config/**/private.*
dist/
debug.log
npm-debug.*
dist
tmp
22 changes: 10 additions & 12 deletions .npmignore
@@ -1,14 +1,12 @@
!/dist
/test
/config
/src
/examples
/docs
/tmp
/docker
.vscode
npm-debug.log
!dist/
config/
src/
test/
examples/
docs/
docker/
.github/
.vscode/
.eslintrc
tslconfig.json
tslint.json
.eslintrc
.editorconfig
8 changes: 0 additions & 8 deletions .vscode/settings.json
@@ -1,12 +1,4 @@
{
"files.exclude": {
"node_modules/": true,
"dist/": true,
"yarn.lock": true,
"tmp/": true,
".github": true,
".vscode": true
},
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2,
"editor.autoIndent": true,
Expand Down
55 changes: 0 additions & 55 deletions gulpfile.js

This file was deleted.

0 comments on commit 97702b1

Please sign in to comment.