This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +22
-10
lines changed
src/Microsoft.AspNetCore.ReactServices/npm/redux-typed Expand file tree Collapse file tree 4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change
1
+ /typings /
1
2
/node_modules /
2
3
/* .js
3
4
/* .d.ts
Original file line number Diff line number Diff line change 5
5
"main" : " main.js" ,
6
6
"typings" : " main.d.ts" ,
7
7
"scripts" : {
8
- "prepublish" : " rimraf *.d.ts && tsc && echo 'Finished building NPM package \" redux-typed\" '" ,
8
+ "prepublish" : " rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \" redux-typed\" '" ,
9
9
"test" : " echo \" Error: no test specified\" && exit 1"
10
10
},
11
11
"author" : " Microsoft" ,
18
18
"url" : " https://github.com/aspnet/JavaScriptServices.git"
19
19
},
20
20
"devDependencies" : {
21
- "@types/react" : " ^0.14.38" ,
22
- "@types/react-redux" : " ^4.4.32" ,
23
- "@types/redux" : " ^3.5.30" ,
24
21
"rimraf" : " ^2.5.4" ,
25
- "typescript" : " ^2.0.0 "
22
+ "typescript" : " ^1.8.10 "
26
23
}
27
24
}
Original file line number Diff line number Diff line change 4
4
"module" : " commonjs" ,
5
5
"target" : " es5" ,
6
6
"declaration" : true ,
7
- "outDir" : " ." ,
8
- "lib" : [" es2015" , " dom" ]
7
+ "outDir" : " ."
9
8
},
10
- "files" : [
11
- " src/main.ts"
12
- ],
13
9
"exclude" : [
14
10
" node_modules"
15
11
]
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " v4" ,
3
+ "repo" : " borisyankov/DefinitelyTyped" ,
4
+ "ref" : " master" ,
5
+ "path" : " typings" ,
6
+ "bundle" : " typings/tsd.d.ts" ,
7
+ "installed" : {
8
+ "react/react.d.ts" : {
9
+ "commit" : " f4b1797c1201b6c575668f5d7ea12d9b1ab21846"
10
+ },
11
+ "react-redux/react-redux.d.ts" : {
12
+ "commit" : " f4b1797c1201b6c575668f5d7ea12d9b1ab21846"
13
+ },
14
+ "redux/redux.d.ts" : {
15
+ "commit" : " f4b1797c1201b6c575668f5d7ea12d9b1ab21846"
16
+ }
17
+ }
18
+ }
You can’t perform that action at this time.
0 commit comments