Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bantikyan committed Feb 8, 2018
1 parent 799461c commit 1288f3b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,6 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc

/bower_components/*
13 changes: 13 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "tablelist-ui",
"version": "0.0.1",
"ignore": [
"examples",
".gitignore",
"README.md",
"TableList.sln"
],
"dependencies": {
"jquery": ">=2.2.4"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1288f3b

Please sign in to comment.