Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 7fcfb1a

Browse files
committed
packaging fix
1 parent ee7a8c2 commit 7fcfb1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the LaunchDarkly Node.js SDK Consul integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5-
## [1.0.0] - 2019-01-11
5+
## [1.0.0] - 2019-01-14
66

77
Initial release.
88

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-node-consul-store",
3-
"version": "1.1.0",
3+
"version": "1.0.0",
44
"description": "Consul-backed feature store for the LaunchDarkly Node.js SDK",
55
"main": "consul_feature_store.js",
66
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
"eslint-formatter-pretty": "1.3.0",
1919
"jest": "23.6.0",
2020
"jest-junit": "5.2.0",
21-
"ldclient-node": ">= 5.6.1",
21+
"ldclient-node": ">= 5.7.0",
2222
"node-cache": "^3.2.1",
2323
"typescript": "3.0.1"
2424
},
@@ -37,7 +37,7 @@
3737
"winston": "2.4.1"
3838
},
3939
"peerDependencies": {
40-
"ldclient-node": ">= 5.6.1"
40+
"ldclient-node": ">= 5.7.0"
4141
},
4242
"engines": {
4343
"node": ">= 0.8.x"

0 commit comments

Comments
 (0)