Skip to content

Commit

Permalink
Looser semver for FBJS utility library.
Browse files Browse the repository at this point in the history
  • Loading branch information
wehriam committed Feb 1, 2016
1 parent 2365f91 commit 9b491a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"A/B test"
],
"main": "index.js",
"version": "1.4.2",
"version": "1.4.3",
"description": "A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.",
"directories": {
"test": "test"
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"fbemitter": "^2.0.0",
"fbjs": "^0.6.1"
"fbjs": "~0"
},
"devDependencies": {
"assert": "^1.3.0",
Expand Down

0 comments on commit 9b491a4

Please sign in to comment.