11{
22 "name" : " gulp-cssimport" ,
3- "version" : " 6 .0.1 " ,
3+ "version" : " 7 .0.0 " ,
44 "description" : " Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it." ,
55 "main" : " gulp-cssimport.js" ,
66 "scripts" : {
7- "np " : " np " ,
8- "test " : " cd test && node index.js "
7+ "test " : " cd test && node index.js " ,
8+ "prepublishOnly " : " sed -i -e 's/devDependencies/_devDependencies/g' package.json "
99 },
1010 "repository" : {
1111 "type" : " git" ,
1818 ],
1919 "dependencies" : {
2020 "collect-stream" : " ^1.2.1" ,
21- "deep-extend" : " ^0.5 .0" ,
21+ "deep-extend" : " ^0.6 .0" ,
2222 "plugin-error" : " ^0.1.2" ,
23- "minimist" : " ^1.2.0" ,
24- "vinyl" : " ^2.1.0" ,
23+ "vinyl" : " ^2.2.0" ,
2524 "http-https" : " ^1.0.0" ,
2625 "lodash.trim" : " ^4.5.1" ,
2726 "lookup-path" : " ^0.3.1" ,
3332 "vinyl-sourcemaps-apply" : " ^0.2.1"
3433 },
3534 "devDependencies" : {
36- "gulp" : " 3" ,
37- "gulp-bump" : " ^3.1.1" ,
38- "gulp-eslint" : " ^5.0.0" ,
39- "gulp-load-plugins" : " ^1.5.0" ,
40- "gulp-sourcemaps" : " *" ,
41- "tape" : " ^4.9.1"
35+ "tape" : " ^4.9.1" ,
36+ "@semantic-release/changelog" : " ^3.0.0" ,
37+ "@semantic-release/git" : " ^7.0.4" ,
38+ "semantic-release" : " ^15.9.15" ,
39+ "@semantic-release/npm" : " ^5.0.4"
4240 },
43- "license" : " MIT"
44- }
41+ "license" : " MIT" ,
42+ "release" : {
43+ "generateNotes" : {
44+ "writerOpts" : {
45+ "__keep" : " me"
46+ }
47+ },
48+ "verifyConditions" : [
49+ " @semantic-release/changelog" ,
50+ " @semantic-release/github" ,
51+ " @semantic-release/npm" ,
52+ " @semantic-release/git"
53+ ],
54+ "prepare" : [
55+ " @semantic-release/changelog" ,
56+ " @semantic-release/npm" ,
57+ " @semantic-release/git"
58+ ],
59+ "publish" : [
60+ " @semantic-release/npm" ,
61+ " @semantic-release/github"
62+ ],
63+ "success" : [
64+ " @semantic-release/github"
65+ ],
66+ "fail" : [
67+ " @semantic-release/github"
68+ ]
69+ },
70+ "config" : {
71+ "commitizen" : {
72+ "path" : " cz-conventional-changelog"
73+ }
74+ }
75+ }
0 commit comments