Compare commits

..

2 Commits

Author SHA1 Message Date
Dave Horton
35e140f69e bump version 2023-02-13 21:37:12 -05:00
Dave Horton
0a85aae84f Merge pull request #3 from jambonz/fix/missing_utils
feat: export validate verb function
2023-02-13 21:34:33 -05:00
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "verb-specifications",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "verb-specifications",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"dependencies": {
"pino": "^8.8.0"

View File

@@ -1,6 +1,6 @@
{
"name": "verb-specifications",
"version": "0.0.1",
"version": "0.0.2",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {