Skip to content

Commit 3c017be

Browse files
committed
Merge branch 'release/0.2.1'
2 parents 463e1a0 + dcf44f4 commit 3c017be

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sequence-viewer",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A React wrapper around the BioJS sequence-viewer component",
55
"main": "lib/index.js",
66
"jsnext:main": "es/index.js",
@@ -20,7 +20,7 @@
2020
"test:watch": "nwb test --server"
2121
},
2222
"dependencies": {
23-
"sequence-viewer": "github:FlyBase/sequence-viewer",
23+
"sequence-viewer": "https://github.com/FlyBase/sequence-viewer/archive/v0.2.29-fb.1.tar.gz",
2424
"uuid": "^3.0.1"
2525
},
2626
"peerDependencies": {

yarn.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,10 +1237,6 @@ bootstrap@^3.3.7:
12371237
version "3.3.7"
12381238
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.3.7.tgz#5a389394549f23330875a3b150656574f8a9eb71"
12391239

1240-
bower@^1.3.12:
1241-
version "1.8.2"
1242-
resolved "https://registry.yarnpkg.com/bower/-/bower-1.8.2.tgz#adf53529c8d4af02ef24fb8d5341c1419d33e2f7"
1243-
12441240
brace-expansion@^1.1.7:
12451241
version "1.1.8"
12461242
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
@@ -4057,10 +4053,14 @@ istanbul@^0.4.0:
40574053
which "^1.1.1"
40584054
wordwrap "^1.0.0"
40594055

4060-
jquery@^3.1.1, jquery@x.x.x:
4056+
jquery@^3.1.1:
40614057
version "3.2.1"
40624058
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
40634059

4060+
jquery@x.x.x:
4061+
version "3.3.1"
4062+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
4063+
40644064
js-base64@^2.1.9:
40654065
version "2.4.0"
40664066
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.0.tgz#9e566fee624751a1d720c966cd6226d29d4025aa"
@@ -4375,6 +4375,10 @@ lodash.camelcase@^4.3.0:
43754375
version "4.3.0"
43764376
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
43774377

4378+
lodash.debounce@^4.0.8:
4379+
version "4.0.8"
4380+
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
4381+
43784382
lodash.flattendeep@^4.4.0:
43794383
version "4.4.0"
43804384
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -6547,14 +6551,14 @@ send@0.16.1:
65476551
range-parser "~1.2.0"
65486552
statuses "~1.3.1"
65496553

6550-
"sequence-viewer@github:FlyBase/sequence-viewer":
6554+
"sequence-viewer@https://github.com/FlyBase/sequence-viewer/archive/v0.2.29-fb.1.tar.gz":
65516555
version "0.2.29"
6552-
resolved "https://codeload.github.com/FlyBase/sequence-viewer/tar.gz/be81a94aa8bfdf025f62b0a779ef352aaf7cfd60"
6556+
resolved "https://github.com/FlyBase/sequence-viewer/archive/v0.2.29-fb.1.tar.gz#029a0f59ede499cc2eb963a7df6fdbdff9323ce2"
65536557
dependencies:
65546558
biojs-events x.x.x
6555-
bower "^1.3.12"
65566559
grunt-cli "^0.1.13"
65576560
jquery x.x.x
6561+
lodash.debounce "^4.0.8"
65586562

65596563
serialize-javascript@^1.4.0:
65606564
version "1.4.0"

0 commit comments

Comments
 (0)