Skip to content

Commit

Permalink
Moved type dependency to devDependencies and updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDuwaer committed May 26, 2021
1 parent 1860917 commit 0a979d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "globol",
"version": "0.2.18",
"version": "0.3.0",
"description": "Javascript/Typescript date/time as it should be: immutable, fluent, multi-zone, intuitive. Inspired by the masterful java.time library which suddenly made dates easy.",
"keywords": [
"time",
Expand Down Expand Up @@ -37,14 +37,14 @@
"dist": "npm install && npm run test && npm publish"
},
"dependencies": {
"@types/moment-timezone": "^0.5.30",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
"@types/moment-timezone": "^0.5.30",
"@types/moxios": "^0.4.10",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
Expand Down

0 comments on commit 0a979d5

Please sign in to comment.