File tree 5 files changed +275
-314
lines changed
5 files changed +275
-314
lines changed Original file line number Diff line number Diff line change 84
84
"@types/angular-animate" : " ^1.5.10" ,
85
85
"@types/angular-mocks" : " ^1.7.0" ,
86
86
"@types/jest" : " ^25.2.3" ,
87
- "@uirouter/publish-scripts" : " 2.3.45 " ,
87
+ "@uirouter/publish-scripts" : " 2.5.2 " ,
88
88
"dts-downlevel" : " ^0.4.0" ,
89
89
"husky" : " ^4.2.5" ,
90
90
"jest" : " ^26.0.1" ,
104
104
"hooks" : {
105
105
"pre-commit" : " pretty-quick --staged"
106
106
}
107
+ },
108
+ "docgen" : {
109
+ "publishDir" : " _ng1_docs" ,
110
+ "navigation" : {
111
+ "" : [
112
+ " UIRouter"
113
+ ],
114
+ "Services" : [
115
+ " StateService" ,
116
+ " StateRegistry" ,
117
+ " TransitionService" ,
118
+ " UrlService" ,
119
+ " UrlConfig" ,
120
+ " UrlRules"
121
+ ],
122
+ "Interfaces" : [
123
+ " Ng1StateDeclaration"
124
+ ],
125
+ "Components" : [
126
+ " uiView" ,
127
+ " UISref" ,
128
+ " UISrefActive"
129
+ ],
130
+ "Other" : [
131
+ " Transition" ,
132
+ " Trace"
133
+ ]
134
+ },
135
+ "include" : [
136
+ {
137
+ "pkg" : " @uirouter/core" ,
138
+ "repo" : " https://github.com/ui-router/core" ,
139
+ "branch" : " master"
140
+ }
141
+ ]
107
142
}
108
143
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "rootDir" : " ." ,
5
+ "baseUrl" : " ." ,
6
+ "paths" : {
7
+ "@uirouter/core" : [" src/includes/@uirouter/core/src" ],
8
+ "@uirouter/core/lib/globals" : [" src/includes/@uirouter/core/src/globals" ],
9
+ "@uirouter/core/lib/state/stateRegistry" : [" src/includes/@uirouter/core/src/state/stateRegistry" ],
10
+ "@uirouter/core/lib/router" : [" src/includes/@uirouter/core/src/router" ]
11
+ }
12
+ }
13
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @uirouter/angularjs" ,
3
+ "readme" : " README.md" ,
4
+ "out" : " _doc" ,
5
+ "stripInternal" : true ,
6
+ "excludeNotExported" : true ,
7
+ "excludePrivate" : true
8
+ }
You can’t perform that action at this time.
0 commit comments