Skip to content

Commit 72f5af7

Browse files
authored
Merge pull request #48 from haensl/47
#47: Update depdencies.
2 parents 2e6a791 + cb946cd commit 72f5af7

File tree

4 files changed

+250
-207
lines changed

4 files changed

+250
-207
lines changed

.circleci/config.yml

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ commands:
4646
steps:
4747
- checkout
4848
- restore_cache:
49-
keys: gulp-minify-inline-json-dependencies-{{ checksum "package-lock.json" }}
49+
keys:
50+
- gulp-minify-inline-json-dependencies-{{ checksum "package-lock.json" }}
5051
- run:
5152
name: install dependencies
5253
command: npm i
@@ -70,19 +71,6 @@ commands:
7071
mkdir /tmp/<< parameters.project_name >>
7172
cd /tmp/<< parameters.project_name >> && npm init -y && echo "Created package.json" && cat package.json
7273
73-
package-information:
74-
steps:
75-
- run:
76-
name: install tree
77-
command: sudo apt-get -y install tree
78-
- run:
79-
name: gather bundle information
80-
command: |
81-
npm info gulp-minify-inline-json@${VERSION} > ./bundle.info
82-
tree -s node_modules/gulp-minify-inline-json >> ./bundle.info
83-
- store_artifacts:
84-
path: bundle.info
85-
8674
workflows:
8775
version: 2
8876
default:
@@ -117,7 +105,7 @@ workflows:
117105
jobs:
118106
lint:
119107
docker:
120-
- image: circleci/node:lts
108+
- image: cimg/node:lts
121109
working_directory: ~/gulp-minify-inline-json
122110
steps:
123111
- init
@@ -133,7 +121,7 @@ jobs:
133121

134122
test:
135123
docker:
136-
- image: circleci/node:lts
124+
- image: cimg/node:lts
137125
working_directory: ~/gulp-minify-inline-json
138126
steps:
139127
- init
@@ -146,7 +134,7 @@ jobs:
146134

147135
bundle:
148136
docker:
149-
- image: circleci/node:lts
137+
- image: cimg/node:lts
150138
working_directory: ~/gulp-minify-inline-json
151139
steps:
152140
- init
@@ -175,7 +163,7 @@ jobs:
175163

176164
bundle-test:
177165
docker:
178-
- image: circleci/node:lts
166+
- image: cimg/node:lts
179167
steps:
180168
- init
181169
- attach_workspace:
@@ -195,7 +183,7 @@ jobs:
195183
196184
ensure-versioned-correctly:
197185
docker:
198-
- image: circleci/node:lts
186+
- image: cimg/node:lts
199187
working_directory: ~/gulp-minify-inline-json
200188
steps:
201189
- init
@@ -226,7 +214,7 @@ jobs:
226214
227215
publish:
228216
docker:
229-
- image: circleci/node:lts
217+
- image: cimg/node:lts
230218
working_directory: ~/gulp-minify-inline-json
231219
steps:
232220
- init
@@ -241,7 +229,7 @@ jobs:
241229

242230
package-test:
243231
docker:
244-
- image: circleci/node:lts
232+
- image: cimg/node:lts
245233
steps:
246234
- init
247235
- create-test-project
@@ -255,7 +243,6 @@ jobs:
255243
working_directory: /tmp/test-app
256244
command: |
257245
node -e "const gulpMinifyInlineJson = require('gulp-minify-inline-json'); const assert = require('assert').strict; assert.deepEqual(typeof gulpMinifyInlineJson, 'function');"
258-
- package-information
259246
260247
publish-github-release:
261248
docker:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.12
2+
* [#47: Update dependencies.](https://github.com/haensl/gulp-minify-inline-json/issues/47)
3+
14
## 1.4.11
25
* [#45: Update dependencies.](https://github.com/haensl/gulp-minify-inline-json/issues/45)
36

0 commit comments

Comments
 (0)