Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit bd3340f

Browse files
chore(bower): Update bower.json
1 parent 9488552 commit bd3340f

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

bower.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
{"name":"angular-ui-router","description":"State-based routing for AngularJS","license":"MIT","main":"./release/angular-ui-router.js","dependencies":{"angular":">= 1.2.0"},"ignore":["**/.*","**/tsconfig.json","**/tsconfig.typedoc.json","**/webpack.config.js","**/node_modules","package.json","scripts","test","src"],"version":"1.0.8"}
1+
{
2+
"name": "angular-ui-router",
3+
"description": "State-based routing for AngularJS",
4+
"license": "MIT",
5+
"main": "./release/angular-ui-router.js",
6+
"dependencies": {
7+
"angular": ">= 1.2.0"
8+
},
9+
"ignore": [
10+
"**/.*",
11+
"**/tsconfig.json",
12+
"**/tsconfig.typedoc.json",
13+
"**/webpack.config.js",
14+
"**/node_modules",
15+
"package.json",
16+
"scripts",
17+
"test",
18+
"src"
19+
],
20+
"version": "1.0.12"
21+
}

0 commit comments

Comments
 (0)