File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 22.DS_Store
33node_modules
44npm-debug.log
5+ .nyc_output
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ npm-debug.log
33test.js
44test
55node_modules
6+ .nyc_output
Original file line number Diff line number Diff line change 99 "bugs" : {
1010 "url" : " https://github.com/posthtml/posthtml-exp/issues"
1111 },
12+ "dependencies" : {
13+ "lodash.clonedeep" : " ^4.3.2" ,
14+ "lodash.merge" : " ^4.4.0"
15+ },
1216 "devDependencies" : {
1317 "ava" : " ^0.15.2" ,
14- "posthtml" : " ^0.9.0"
18+ "coveralls" : " ^2.11.9" ,
19+ "nyc" : " ^7.0.0" ,
20+ "posthtml" : " ^0.9.0" ,
21+ "snazzy" : " ^4.0.0" ,
22+ "standard" : " ^7.1.2"
1523 },
1624 "engines" : {
1725 "node" : " >=6"
2331 " posthtmlplugin"
2432 ],
2533 "license" : " MIT" ,
26- "main" : " index.js " ,
34+ "main" : " lib " ,
2735 "repository" : {
2836 "type" : " git" ,
2937 "url" : " https:/github.com/posthtml/posthtml-exp"
3038 },
3139 "scripts" : {
32- "test" : " ava"
33- },
34- "dependencies" : {
35- "lodash.clonedeep" : " ^4.3.2" ,
36- "lodash.merge" : " ^4.4.0"
40+ "test" : " ava" ,
41+ "coverage" : " nyc --reporter=html ava && open coverage/index.html" ,
42+ "coveralls" : " nyc --reporter=lcov ava && cat ./coverage/lcov.info | coveralls"
3743 }
3844}
You can’t perform that action at this time.
0 commit comments