Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Fix dependency security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Haew committed Mar 14, 2020
1 parent c4eea7a commit 8933e45
Show file tree
Hide file tree
Showing 2 changed files with 1,023 additions and 997 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-scroll-snap",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Tailwind CSS plugin that adds `scroll-snap` utilities.",
"main": "dist/index.js",
"author": {
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/hawezo/tailwindcss-scroll-snap.git"
},
"keywords": [
"typescript",
"boilerplate"
"tailwindcss",
"scroll-snap"
],
"license": "MIT",
"bugs": {
Expand All @@ -35,6 +35,7 @@
"@types/faker": "^4.1.6",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.4",
"babel-jest": "^24.9.0",
"faker": "^4.1.0",
"jest": "^24.9.0",
Expand All @@ -43,8 +44,7 @@
"postcss": "^7.0.18",
"tailwindcss": "v1.2.0-canary.2",
"ts-jest": "^24.1.0",
"typescript": "^3.7.0",
"@types/node": "^13.1.4"
"typescript": "^3.7.0"
},
"dependencies": {
"lodash": "^4.17.15",
Expand Down
Loading

0 comments on commit 8933e45

Please sign in to comment.