Skip to content

Commit

Permalink
Merge pull request #64 from haensl/62
Browse files Browse the repository at this point in the history
#62: Remove package information job.
  • Loading branch information
haensl committed Sep 25, 2023
2 parents 1b95fd9 + ecd9fd1 commit b946e2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ commands:
mkdir /tmp/<< parameters.project_name >>
cd /tmp/<< parameters.project_name >> && npm init -y && echo "Created package.json" && cat package.json
package-information:
steps:
- run:
name: install tree
command: sudo apt-get update && sudo apt-get -y install tree
- run:
name: gather bundle information
command: |
npm info gulp-embed-svg@${VERSION} > ./bundle.info
tree -s node_modules/gulp-embed-svg >> ./bundle.info
- store_artifacts:
path: bundle.info

workflows:
version: 2
default:
Expand Down Expand Up @@ -255,7 +242,6 @@ jobs:
working_directory: /tmp/test-app
command: |
node -e "const embedSVG = require('gulp-embed-svg'); const assert = require('assert').strict; assert.deepEqual(typeof embedSVG, 'function');"
- package-information
publish-github-release:
docker:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.11
* [#62: Fix publishing.](https://github.com/haensl/gulp-embed-svg/issues/62)

## 1.4.10
* [#62: Fix publishing.](https://github.com/haensl/gulp-embed-svg/issues/62)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-embed-svg",
"version": "1.4.10",
"version": "1.4.11",
"description": "Gulp plugin to embed/inline svg images and optionally create a spritesheet.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit b946e2e

Please sign in to comment.