Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 4d8c070

Browse files
committed
add bower configs
1 parent b6c49db commit 4d8c070

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "components"
3+
}

bower.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "memory-game",
3+
"private": true,
4+
"dependencies": {
5+
"platform": "Polymer/platform#master",
6+
"polymer": "Polymer/polymer#master"
7+
}
8+
}

0 commit comments

Comments
 (0)