File tree 3 files changed +5
-22
lines changed
3 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Webpack plugin for css-blocks." ,
5
5
"main" : " dist/src/index.js" ,
6
6
"scripts" : {
7
- "prepublish" : " tsc -p test/ tsconfig.json" ,
8
- "pretest" : " tsc -p test/ tsconfig.json && tslint --project tsconfig.json" ,
7
+ "prepublish" : " tsc -p tsconfig.json" ,
8
+ "pretest" : " tsc -p tsconfig.json && tslint --project tsconfig.json" ,
9
9
"tslint" : " tslint --project tsconfig.json" ,
10
10
"test" : " mocha dist/test --opts test/mocha.opts" ,
11
11
"coverage" : " istanbul cover -i dist/src/**/*.js --dir ./build/coverage node_modules/mocha/bin/_mocha -- dist/test --opts test/mocha.opts" ,
69
69
"@opticss/template-api" : " ^0.2.0" ,
70
70
"async" : " ^2.4.1" ,
71
71
"convert-source-map" : " ^1.5.0" ,
72
- "css-blocks" : " ^0.15.0 " ,
72
+ "css-blocks" : " ^0.15.1 " ,
73
73
"debug" : " ^2.6.8" ,
74
74
"install" : " ^0.10.1" ,
75
75
"loader-utils" : " ^1.0.1" ,
76
76
"opticss" : " ^0.2.0" ,
77
- "postcss" : " ^5.2.17 " ,
77
+ "postcss" : " ^6.0.14 " ,
78
78
"source-map" : " ^0.5.6" ,
79
79
"webpack-sources" : " ^1.0.1"
80
80
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
"noImplicitReturns" : true ,
17
17
"noImplicitThis" : true ,
18
18
"preserveConstEnums" : true ,
19
+ "forceConsistentCasingInFileNames" : true ,
19
20
"newLine" : " LF" ,
20
21
"outDir" : " dist" ,
21
22
"module" : " commonjs" ,
42
43
" dist" ,
43
44
" tsbuild" ,
44
45
" node_modules" ,
45
- " test"
46
46
]
47
47
}
You can’t perform that action at this time.
0 commit comments