Skip to content

Commit 32b1649

Browse files
author
Stephen Cresswell
committedFeb 25, 2019
Updated depenencies
1 parent 9aa31f9 commit 32b1649

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
 

‎package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "worksmith",
3-
"version": "1.0.0",
3+
"version": "0.2.10",
44
"description": "A purely functional workflow engine ",
55
"main": "index.js",
66
"scripts": {
@@ -24,13 +24,13 @@
2424
"dependencies": {
2525
"async": "^0.9.0",
2626
"debug": "^2.1.3",
27-
"handlebars": "^4.0.12",
27+
"handlebars": "^4.1.0",
2828
"lodash": "^4.17.11",
2929
"pg": "^4.3.0",
3030
"xregexp": "^2.0.0"
3131
},
3232
"devDependencies": {
3333
"mocha": "^5.2.0",
34-
"require-version": "^1.1.0"
34+
"require-version": "^1.1.1"
3535
}
3636
}

0 commit comments

Comments
 (0)
Please sign in to comment.