Skip to content

Commit b946e2e

Browse files
authored
Merge pull request #64 from haensl/62
#62: Remove package information job.
2 parents 1b95fd9 + ecd9fd1 commit b946e2e

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.circleci/config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,6 @@ commands:
7070
mkdir /tmp/<< parameters.project_name >>
7171
cd /tmp/<< parameters.project_name >> && npm init -y && echo "Created package.json" && cat package.json
7272
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-
8673
workflows:
8774
version: 2
8875
default:
@@ -255,7 +242,6 @@ jobs:
255242
working_directory: /tmp/test-app
256243
command: |
257244
node -e "const embedSVG = require('gulp-embed-svg'); const assert = require('assert').strict; assert.deepEqual(typeof embedSVG, 'function');"
258-
- package-information
259245
260246
publish-github-release:
261247
docker:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.11
2+
* [#62: Fix publishing.](https://github.com/haensl/gulp-embed-svg/issues/62)
3+
14
## 1.4.10
25
* [#62: Fix publishing.](https://github.com/haensl/gulp-embed-svg/issues/62)
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-embed-svg",
3-
"version": "1.4.10",
3+
"version": "1.4.11",
44
"description": "Gulp plugin to embed/inline svg images and optionally create a spritesheet.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)