Skip to content

Commit

Permalink
chore(config): remove bower
Browse files Browse the repository at this point in the history
  • Loading branch information
zacanger committed Jun 20, 2019
1 parent 47b1ecf commit 1a16715
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .ackrc
@@ -1,6 +1,5 @@
--ignore-dir=.git
--ignore-dir=assets
--ignore-dir=bower_components
--ignore-dir=coverage
--ignore-dir=dist
--ignore-dir=node_modules
Expand Down
4 changes: 0 additions & 4 deletions .bowerrc

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore
Expand Up @@ -10,7 +10,6 @@ config/*
/tmp/

# dependencies
/bower_components/
/node_modules/

# misc
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -6,7 +6,6 @@

# dependencies
/node_modules
/bower_components

# misc
/.env*
Expand Down
1 change: 0 additions & 1 deletion .ignore
Expand Up @@ -4,7 +4,6 @@

# dependencies
/node_modules
/bower_components

# misc
/.sass-cache
Expand Down
2 changes: 1 addition & 1 deletion jsconfig.json
@@ -1 +1 @@
{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist"]}
{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","tmp","vendor",".git","dist"]}

0 comments on commit 1a16715

Please sign in to comment.