Skip to content

Commit d49e901

Browse files
committed
Merge pull request jsbin#2662 from nolanlawson/patch-1
Add PouchDB (latest) to list of libraries
2 parents a481c4a + c59a804 commit d49e901

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/js/editors/libraries.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,11 @@ var libraries = [
706706
'url': 'https://cdn.jsdelivr.net/ramda/0.18.0/ramda.min.js',
707707
'label': 'Ramda 0.18.0'
708708
},
709+
{
710+
'url': 'https://cdn.jsdelivr.net/pouchdb/latest/pouchdb.min.js',
711+
'label': 'PouchDB (latest)',
712+
'group': 'PouchDB'
713+
},
709714
{
710715
'url': 'https://cdn.jsdelivr.net/momentjs/2.10.6/moment-with-locales.min.js',
711716
'label': 'Moment 2.10.6',

0 commit comments

Comments
 (0)