Skip to content

Commit 730bb08

Browse files
dschulzyyx990803
authored andcommitted
Add bower.json (#1065)
* Add bower.json I think this is required to be able to deploy to webjars.org as a Bower package. * Update bower.json
1 parent 83df406 commit 730bb08

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

bower.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "vue-router",
3+
"main": "dist/vue-router.js",
4+
"description": "official router 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+
"*.lock"
18+
]
19+
}

0 commit comments

Comments
 (0)