We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760b2a1 commit 4e082edCopy full SHA for 4e082ed
.circleci/config.yml
@@ -7,7 +7,7 @@ version: 2
7
defaults: &defaults
8
working_directory: ~/lazyload-vue
9
docker:
10
- - image: circleci/node:8.9.1
+ - image: circleci/node:10.18.0
11
12
jobs:
13
build:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lazyload-vue",
3
- "version": "0.1.17",
+ "version": "0.1.18",
4
"license": "MIT",
5
"main": "dist/lazyload-vue.umd.js",
6
"scripts": {
0 commit comments