Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit cae3969

Browse files
committed
gitignore and bower.json
1 parent 8016cdb commit cae3969

File tree

2 files changed

+27
-28
lines changed

2 files changed

+27
-28
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ results
1616
node_modules
1717

1818
#Actually, need to track these for site to run on Github Pages..
19-
#bower_components
19+
/bower_components

bower.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
{
2-
"name": "angularjs-dropdown-multiselect-demo",
3-
"version": "0.0.0",
4-
"authors": [
5-
"Dotan Simha <[email protected]>"
6-
],
7-
"description": "Demo",
8-
"keywords": [
9-
],
10-
"license": "MIT",
11-
"ignore": [
12-
"**/.*",
13-
"node_modules",
14-
"bower_components",
15-
"test",
16-
"tests"
17-
],
18-
"dependencies": {
19-
"angular":"~1.2.0",
20-
"angular-animate":"~1.2.0",
21-
"angular-sanitize":"~1.2.0",
22-
"angular-touch":"~1.2.0",
23-
"angular-route":"~1.2.0"
24-
},
25-
"devDependencies": {
26-
}
27-
}
1+
{
2+
"name": "angularjs-dropdown-multiselect-demo",
3+
"version": "0.0.0",
4+
"authors": [
5+
"Dotan Simha <[email protected]>"
6+
],
7+
"description": "Demo",
8+
"keywords": [],
9+
"license": "MIT",
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"test",
15+
"tests"
16+
],
17+
"dependencies": {
18+
"angular": "~1.2.0",
19+
"angular-animate": "~1.2.0",
20+
"angular-sanitize": "~1.2.0",
21+
"angular-touch": "~1.2.0",
22+
"angular-route": "~1.2.0",
23+
"bootstrap": "~3.1.1"
24+
},
25+
"devDependencies": {}
26+
}

0 commit comments

Comments
 (0)