Skip to content

Commit

Permalink
Merge pull request #33 from jeanlescure/dependabot/npm_and_yarn/lodas…
Browse files Browse the repository at this point in the history
…h-4.17.19

Bump lodash from 4.17.15 to 4.17.19
  • Loading branch information
jeanlescure authored Jul 19, 2020
2 parents f206452 + 0d3a11c commit 5fb7e87
Show file tree
Hide file tree
Showing 15 changed files with 435 additions and 783 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Runs a single command using the runners shell
- name: Install Deno
run: curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0
run: curl -fsSL https://deno.land/x/install/install.sh | sh

- name: Install Yarn
run: npm install -g yarn
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"deno.enable": true
"deno.enable": true,
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![tests](https://github.com/jeanlescure/short-unique-id/workflows/tests/badge.svg)
[![Try short-unique-id on RunKit](https://badge.runkitcdn.com/short-unique-id.svg)](https://npm.runkit.com/short-unique-id)
[![NPM Downloads](https://img.shields.io/npm/dt/short-unique-id.svg?maxAge=2592000)](https://npmjs.com/package/short-unique-id)
[![Deno v1.0.0](https://img.shields.io/badge/deno-v1.0.0-green.svg)](https://deno.land)
[![Deno v1.2.0](https://img.shields.io/badge/deno-v1.2.0-green.svg)](https://deno.land)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![8 Contributors](https://img.shields.io/badge/all_contributors-8-purple.svg)](#contributors)
Expand Down
Loading

0 comments on commit 5fb7e87

Please sign in to comment.