File tree Expand file tree Collapse file tree
src/Microsoft.AspNetCore.ReactServices/npm/redux-typed Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /typings /
21/node_modules /
32/* .js
43/* .d.ts
Original file line number Diff line number Diff line change 55 "main" : " main.js" ,
66 "typings" : " main.d.ts" ,
77 "scripts" : {
8- "prepublish" : " rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \" redux-typed\" '" ,
8+ "prepublish" : " rimraf *.d.ts && tsc && echo 'Finished building NPM package \" redux-typed\" '" ,
99 "test" : " echo \" Error: no test specified\" && exit 1"
1010 },
1111 "author" : " Microsoft" ,
1818 "url" : " https://github.com/aspnet/JavaScriptServices.git"
1919 },
2020 "devDependencies" : {
21+ "@types/react" : " ^0.14.38" ,
22+ "@types/react-redux" : " ^4.4.32" ,
23+ "@types/redux" : " ^3.5.30" ,
2124 "rimraf" : " ^2.5.4" ,
22- "typescript" : " ^1.8.10 "
25+ "typescript" : " ^2.0.0 "
2326 }
2427}
Original file line number Diff line number Diff line change 44 "module" : " commonjs" ,
55 "target" : " es5" ,
66 "declaration" : true ,
7- "outDir" : " ."
7+ "outDir" : " ." ,
8+ "lib" : [" es2015" , " dom" ]
89 },
10+ "files" : [
11+ " src/main.ts"
12+ ],
913 "exclude" : [
1014 " node_modules"
1115 ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments