File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-syntax" ,
3- "version" : " 0.33 .0" ,
3+ "version" : " 0.34 .0" ,
44 "description" : " Automatically switch PostCSS syntax by file extensions" ,
55 "repository" : {
66 "type" : " git" ,
2828 "check-coverage" : true
2929 },
3030 "scripts" : {
31- "test" : " nyc mocha --require ./test/fixtures/link --no-timeouts"
31+ "mocha" : " mocha --require ./test/fixtures/link --no-timeouts" ,
32+ "test" : " nyc npm run mocha" ,
33+ "debug" : " npm run mocha -- --inspect-brk"
3234 },
3335 "extensions" : [
3436 " .css" ,
8486 },
8587 "devDependencies" : {
8688 "chai" : " ^4.1.2" ,
87- "codecov" : " ^3.0.4 " ,
89+ "codecov" : " ^3.1.0 " ,
8890 "mocha" : " ^5.2.0" ,
89- "nyc" : " ^12 .0.2 " ,
91+ "nyc" : " ^13 .0.1 " ,
9092 "postcss" : " ^7.0.2" ,
91- "postcss-html" : " >=0.33 .0" ,
92- "postcss-jsx" : " >=0.33 .0" ,
93+ "postcss-html" : " >=0.34 .0" ,
94+ "postcss-jsx" : " >=0.34 .0" ,
9395 "postcss-less" : " ^2.0.0" ,
94- "postcss-markdown" : " >=0.33 .0" ,
96+ "postcss-markdown" : " >=0.34 .0" ,
9597 "postcss-safe-parser" : " ^4.0.1" ,
9698 "postcss-scss" : " ^2.0.0" ,
97- "proxyquire" : " ^2.0.1 " ,
99+ "proxyquire" : " ^2.1.0 " ,
98100 "sugarss" : " ^2.0.0"
99101 }
100102}
You can’t perform that action at this time.
0 commit comments