File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ npm-debug.log*
5
5
yarn-debug.log *
6
6
yarn-error.log *
7
7
.DS_Store
8
- . dist
8
+ dist
9
9
.env
10
10
.idea
11
11
documentation
Original file line number Diff line number Diff line change 2
2
"name" : " typescript-monads" ,
3
3
"version" : " 0.0.0-development" ,
4
4
"description" : " Write better TypeScript code" ,
5
- "main" : " . dist/index.js" ,
5
+ "main" : " dist/index.js" ,
6
6
"author" : " Patrick Michalina <patrickmichalina@mac.com> (https://patrickmichalina.com)" ,
7
7
"license" : " MIT" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/patrickmichalina/typescript-monads"
11
11
},
12
12
"files" : [
13
- " . dist"
13
+ " dist/ "
14
14
],
15
15
"scripts" : {
16
16
"test" : " jest" ,
Original file line number Diff line number Diff line change 4
4
"module" : " commonjs" ,
5
5
"moduleResolution" : " node" ,
6
6
"lib" : [" es2015" , " dom" ],
7
- "outDir" : " . dist" ,
7
+ "outDir" : " dist" ,
8
8
"isolatedModules" : false ,
9
9
"experimentalDecorators" : true ,
10
10
"emitDecoratorMetadata" : true ,
You can’t perform that action at this time.
0 commit comments