File tree 3 files changed +4
-15
lines changed
3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,6 @@ commands:
70
70
mkdir /tmp/<< parameters.project_name >>
71
71
cd /tmp/<< parameters.project_name >> && npm init -y && echo "Created package.json" && cat package.json
72
72
73
- package-information :
74
- steps :
75
- - run :
76
- name : install tree
77
- command : sudo apt-get update && sudo apt-get -y install tree
78
- - run :
79
- name : gather bundle information
80
- command : |
81
- npm info gulp-embed-svg@${VERSION} > ./bundle.info
82
- tree -s node_modules/gulp-embed-svg >> ./bundle.info
83
- - store_artifacts :
84
- path : bundle.info
85
-
86
73
workflows :
87
74
version : 2
88
75
default :
@@ -255,7 +242,6 @@ jobs:
255
242
working_directory : /tmp/test-app
256
243
command : |
257
244
node -e "const embedSVG = require('gulp-embed-svg'); const assert = require('assert').strict; assert.deepEqual(typeof embedSVG, 'function');"
258
- - package-information
259
245
260
246
publish-github-release :
261
247
docker :
Original file line number Diff line number Diff line change
1
+ ## 1.4.11
2
+ * [ #62 : Fix publishing.] ( https://github.com/haensl/gulp-embed-svg/issues/62 )
3
+
1
4
## 1.4.10
2
5
* [ #62 : Fix publishing.] ( https://github.com/haensl/gulp-embed-svg/issues/62 )
3
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-embed-svg" ,
3
- "version" : " 1.4.10 " ,
3
+ "version" : " 1.4.11 " ,
4
4
"description" : " Gulp plugin to embed/inline svg images and optionally create a spritesheet." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments