Skip to content

Commit

Permalink
move moment to dependencies (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: David Justo <[email protected]>
  • Loading branch information
hossam-nasr and davidmrdavid authored Jun 3, 2022
1 parent 7e84a1c commit 6e177f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "durable-functions",
"version": "2.0.0",
"version": "2.0.1",
"description": "Durable Functions library for Node.js Azure Functions",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -44,7 +44,8 @@
"debug": "~2.6.9",
"lodash": "^4.17.15",
"uuid": "~3.3.2",
"validator": "~13.7.0"
"validator": "~13.7.0",
"moment": "^2.29.2"
},
"devDependencies": {
"@types/chai": "~4.1.6",
Expand All @@ -68,7 +69,6 @@
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"mocha": "^9.1.3",
"moment": "^2.29.2",
"nock": "^10.0.6",
"prettier": "^2.0.5",
"rimraf": "~2.5.4",
Expand All @@ -88,4 +88,4 @@
"lib": "lib",
"test": "test"
}
}
}

0 comments on commit 6e177f0

Please sign in to comment.