Skip to content

Commit 3ab67a3

Browse files
authored
build: reset version in package.json (#41)
This repo will now be released via CFA, so reset the version in `package.json` like we do on other repos.
1 parent 73cbc88 commit 3ab67a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@continuous-auth/client",
3-
"version": "2.3.0",
3+
"version": "0.0.0-development",
44
"description": "Node.JS Client for the CFA service",
55
"main": "lib/index.js",
66
"author": "Samuel Attard",

0 commit comments

Comments
 (0)