Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dailyrandomphoto committed Dec 30, 2019
1 parent bddb1b8 commit 6c87c1d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6,216 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ typings/

# next.js build output
.next
package-lock.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ node_js:
- "node"

script:
- npm run eslint
- npm run test-cov
- npm run lint
- npm run test:cov

after_script:
- npm install coveralls
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Inserts an image with specified size. [See more](https://hexo.io/docs/tag-plugin
### Issues of this version
- Can't use `'`, `"` symbols in title and alt. Should use escaped text `'`, `"`.
- The value of title and alt is not escaped.
- https://github.com/hexojs/hexo/issues/1277

## License
Copyright (c) 2019 dailyrandomphoto. Licensed under the [MIT license][license-url].
Expand Down

0 comments on commit 6c87c1d

Please sign in to comment.