Skip to content

Commit c05ce55

Browse files
committed
Merge pull request vuejs#71 from pierrebonbon/master
Create bower.json
2 parents 3c02f36 + a82d82c commit c05ce55

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bower.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "vuex",
3+
"main": "lib/index.js",
4+
"description": "state management for Vue.js",
5+
"authors": "Evan You",
6+
"license": "MIT",
7+
"ignore": [
8+
"examples",
9+
"test",
10+
"docs",
11+
".gitignore",
12+
".eslintrc",
13+
".babelrc",
14+
"*.json",
15+
"*.md",
16+
"*.yml"
17+
]
18+
}

0 commit comments

Comments
 (0)