Skip to content
This repository was archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from dacoto/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dacoto97 authored Jul 4, 2020
2 parents 5fcfa2a + 3ae4b6a commit 4624696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@dacoto/timezone.js",
"version": "1.1.0",
"version": "1.1.1",
"description": "A library to obtain the list of time zones",
"main": "src/js/timezone.js",
"repository": "https://github.com/dacoto/timezone.js.git",
"author": "David Cortés <dacoto97@hotmail.com>",
"author": "David Cortés <cortestoledanodavid@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "npm run development",
Expand All @@ -15,6 +15,6 @@
},
"devDependencies": {
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack-cli": "^3.3.12"
}
}

0 comments on commit 4624696

Please sign in to comment.